Download outline map of Pike (geojson format) :
Pike.geojson (**)
Download polygon array of Pike map for "Google Maps" :
Pike.txt
Bounding Box for Pike Map : ( 33.943012 , -93.937009 , 34.350097 , -93.370302 )
Wikipedia ID for Pike : Q61202
Wikipedia SPARQL Query for Pike (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61202 wdt:P1082 ?population. }
OPTIONAL { wd:Q61202 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61202 wdt:P2046 ?area. }
OPTIONAL { wd:Q61202 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61202 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61202 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 Pike map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.943012, -93.937009, 34.350097, -93.370302);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pike)
[out:json];
(
rel["name"="Pike"][type=boundary];
rel["name:en"="Pike"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pike
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antoine | 34.034172 , -93.422512 |
Billstown | 33.980940 , -93.571010 |
Caney Valley | 34.262320 , -93.539910 |
Cooleyville | 34.021780 , -93.766850 |
Daisy | 34.234930 , -93.740556 |
Delight | 34.029899 , -93.505803 |
Glenwood | 34.328193 , -93.530799 |
Grandfield | 34.218440 , -93.911860 |
Highland | 34.035390 , -93.772130 |
Kimberley | 34.043720 , -93.689070 |
Kirby | 34.255571 , -93.652294 |
Langley | 34.312880 , -93.841860 |
Lodi | 34.310940 , -93.707410 |
Murfreesboro | 34.065123 , -93.690275 |
Nathan | 34.106220 , -93.813800 |
Newhope | 34.230390 , -93.880190 |
Nutts | 34.198990 , -93.461570 |
Pike City | 34.112330 , -93.575180 |
Piney Grove | 33.971500 , -93.456010 |
Rosboro | 34.287600 , -93.508520 |
Roy | 34.008440 , -93.697130 |
Salem | 34.311210 , -93.617690 |
Shawmut | 34.151770 , -93.449630 |
Stelltown | 34.046770 , -93.549350 |
Notes:
- You can download geometry data for Pike 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.