Download outline map of Upson (geojson format) :
Upson.geojson (**)
Download polygon array of Upson map for "Google Maps" :
Upson.txt
Bounding Box for Upson Map : ( 32.690018 , -84.534397 , 33.00415 , -84.122246 )
Wikipedia ID for Upson : Q498377
Wikipedia SPARQL Query for Upson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q498377 wdt:P1082 ?population. }
OPTIONAL { wd:Q498377 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498377 wdt:P2046 ?area. }
OPTIONAL { wd:Q498377 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498377 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498377 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 Upson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.690018, -84.534397, 33.00415, -84.122246);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Upson)
[out:json];
(
rel["name"="Upson"][type=boundary];
rel["name:en"="Upson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Upson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atwater | 32.968460 , -84.369360 |
Barker Spring | 32.921520 , -84.438250 |
Birdsong Crossroads | 32.808750 , -84.257140 |
Crest | 32.932070 , -84.444640 |
Delray | 32.952070 , -84.301310 |
Dog Crossing | 32.981520 , -84.261310 |
Ellerbeetown | 32.910130 , -84.456870 |
Glencliff | 32.907630 , -84.424920 |
Hannahs Mill | 32.936947 , -84.340567 |
Hendricks | 32.939300 , -84.466590 |
Lincoln Park | 32.867418 , -84.334859 |
Logtown | 32.850410 , -84.188530 |
McKinney | 32.925960 , -84.291860 |
Pickard | 32.921240 , -84.413810 |
Redbone Crossroads | 32.869300 , -84.255470 |
Roland | 32.859580 , -84.415750 |
Salem | 32.759186 , -84.191610 |
Sunset Village | 32.894658 , -84.405740 |
The Rock | 32.963518 , -84.237810 |
Thomaston | 32.890804 , -84.327130 |
Topeka Junction | 32.974570 , -84.208530 |
Yatesville | 32.913325 , -84.142328 |
Notes:
- You can download geometry data for Upson 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.