Download outline map of Claiborne (geojson format) :
Claiborne.geojson (**)
Download polygon array of Claiborne map for "Google Maps" :
Claiborne.txt
Bounding Box for Claiborne Map : ( 32.584045 , -93.238607 , 33.018393 , -92.724678 )
Wikipedia ID for Claiborne : Q504318
Wikipedia SPARQL Query for Claiborne (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504318 wdt:P1082 ?population. }
OPTIONAL { wd:Q504318 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504318 wdt:P2046 ?area. }
OPTIONAL { wd:Q504318 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504318 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504318 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Claiborne map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.584045, -93.238607, 33.018393, -92.724678);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Claiborne)
[out:json];
(
rel["name"="Claiborne"][type=boundary];
rel["name:en"="Claiborne"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Claiborne
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antioch | 32.864590 , -92.924600 |
Arizona | 32.789040 , -92.957660 |
Athens | 32.651265 , -93.025443 |
Aycock | 32.708200 , -92.917660 |
Blackburn | 32.846810 , -93.204610 |
Bridges Mill | 32.594600 , -92.982940 |
Colquitt | 32.949860 , -92.973770 |
Darley | 32.610980 , -93.054050 |
Dykesville | 32.915420 , -93.233780 |
Forest Grove | 32.819590 , -92.970160 |
Gordon | 32.987360 , -93.033500 |
Haynesville | 32.966714 , -93.137565 |
Hebron | 32.876530 , -92.795990 |
Holly Springs | 32.707930 , -93.168500 |
Homer | 32.792991 , -93.058204 |
Hurricane | 32.617650 , -92.940160 |
Langston | 32.676260 , -93.152390 |
Lisbon | 32.789367 , -92.867206 |
Mahan | 32.891250 , -93.045440 |
Marsalis | 32.663210 , -92.956830 |
McKenzie | 32.844590 , -93.097390 |
Millerton | 33.000420 , -93.221560 |
Mulnix | 32.694590 , -93.039050 |
Norton Corner | 32.948750 , -93.225440 |
Oaks | 32.920140 , -93.118780 |
Old Athens | 32.645710 , -93.057660 |
Point Pleasant | 32.687930 , -92.972940 |
Ruple | 32.850700 , -93.164330 |
Russellville | 32.665980 , -93.028770 |
Soco | 33.002920 , -93.147390 |
Spring Lake | 32.733480 , -93.055160 |
Sugar Creek | 32.668200 , -92.886820 |
Summerfield | 32.912640 , -92.829320 |
Tulip | 32.681820 , -92.986550 |
Weldon | 32.859590 , -92.725430 |
Notes:
- You can download geometry data for Claiborne in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.