Pike (Georgia) Map Cropping Samples

Pike (Georgia) Map Cropping Samples-1
Pike (Georgia) Map Cropping Samples-1
Pike (Georgia) Map Cropping Samples-2
Pike (Georgia) Map Cropping Samples-2
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 : ( 32.968534 , -84.538004 , 33.208889 , -84.24766 )
Wikipedia ID for Pike : Q491533
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:Q491533 wdt:P1082 ?population. }
OPTIONAL { wd:Q491533 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491533 wdt:P2046 ?area. }
OPTIONAL { wd:Q491533 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491533 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491533 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.968534, -84.538004, 33.208889, -84.24766);
);
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 VillagesCoordinates (Latitude, Longitude)
Bottoms 33.105680 , -84.412980
Clearwater Springs 33.015410 , -84.324640
Concord 33.091767 , -84.438403
Hilltop 33.106339 , -84.438302
Hollonville 33.165680 , -84.460480
Jolly 33.122350 , -84.389920
Lawrences Mill 32.983460 , -84.499650
Lifsey 33.036790 , -84.373250
Meansville 33.050890 , -84.308365
Molena 33.011870 , -84.500139
Neal 33.050960 , -84.485760
Pedenville 33.122900 , -84.496310
Reidsboro 33.137620 , -84.383530
Rose Hill 33.032350 , -84.333250
Smiths Chapel 33.111230 , -84.393260
Vega 33.023460 , -84.288530
Williamson 33.181086 , -84.362615
Zebulon 33.094428 , -84.342380


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.

Create Pike neighborhoods and villages map.


Share this page