Download outline map of Dougherty (geojson format) :
Dougherty.geojson (**)
Download polygon array of Dougherty map for "Google Maps" :
Dougherty.txt
Bounding Box for Dougherty Map : ( 31.435856 , -84.457662 , 31.650274 , -83.981606 )
Wikipedia ID for Dougherty : Q176480
Wikipedia SPARQL Query for Dougherty (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q176480 wdt:P1082 ?population. }
OPTIONAL { wd:Q176480 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q176480 wdt:P2046 ?area. }
OPTIONAL { wd:Q176480 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q176480 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q176480 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 Dougherty map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.435856, -84.457662, 31.650274, -83.981606);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dougherty)
[out:json];
(
rel["name"="Dougherty"][type=boundary];
rel["name:en"="Dougherty"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dougherty
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acree | 31.555450 , -83.996020 |
Airport Subdivision | 31.519620 , -84.204070 |
Albany | 31.577554 , -84.176266 |
Brookhollow | 31.565730 , -84.253520 |
Butler Subdivision | 31.564060 , -84.077960 |
Catalina Beach Estates | 31.606560 , -84.120740 |
Cedar Lake | 31.567950 , -84.253240 |
Crestwood | 31.467680 , -83.987400 |
Dosaga | 31.561290 , -84.113800 |
Doublegate | 31.598780 , -84.255470 |
Ducker | 31.526290 , -84.366020 |
East Albany | 31.575730 , -84.105740 |
Five Points | 31.574900 , -84.092960 |
Four Points | 31.559900 , -84.139630 |
Garden Hill | 31.535450 , -84.130460 |
Gillionville | 31.587120 , -84.433250 |
Gillionville Forest | 31.588510 , -84.279080 |
Hollands Folly | 31.462950 , -84.102680 |
Indian Creek | 31.569900 , -84.254910 |
Lockett Crossing | 31.557670 , -84.254080 |
Loretta Heights | 31.490450 , -84.119350 |
Mockingbird Estates | 31.511840 , -84.126850 |
Pecan City | 31.517680 , -84.069910 |
Pretoria | 31.504340 , -84.317130 |
Putney | 31.475514 , -84.100641 |
Radium Gardens | 31.532120 , -84.125740 |
Radium Springs | 31.526290 , -84.135460 |
River Bend | 31.443510 , -84.135740 |
Riverdale | 31.514060 , -84.158520 |
Rolling Acres | 31.501560 , -84.234080 |
Rolling Groves | 31.596560 , -84.108240 |
Southgate | 31.520170 , -84.163240 |
Sylvandale | 31.593510 , -84.114070 |
Vancise | 31.616840 , -84.281860 |
Walker | 31.540450 , -84.314910 |
Winterwood | 31.568780 , -84.232130 |
Notes:
- You can download geometry data for Dougherty 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.