Download outline map of Lowndes (geojson format) :
Lowndes.geojson (**)
Download polygon array of Lowndes map for "Google Maps" :
Lowndes.txt
Bounding Box for Lowndes Map : ( 30.623967 , -83.484766 , 31.031964 , -83.019419 )
Wikipedia ID for Lowndes : Q493134
Wikipedia SPARQL Query for Lowndes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493134 wdt:P1082 ?population. }
OPTIONAL { wd:Q493134 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493134 wdt:P2046 ?area. }
OPTIONAL { wd:Q493134 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493134 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493134 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 Lowndes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.623967, -83.484766, 31.031964, -83.019419);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lowndes)
[out:json];
(
rel["name"="Lowndes"][type=boundary];
rel["name:en"="Lowndes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lowndes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Academy Acres | 30.895760 , -83.249040 |
Bandy | 30.870760 , -83.174870 |
Barko Village | 30.904370 , -83.334880 |
Barretts | 31.001670 , -83.200880 |
Bemiss | 30.933260 , -83.241260 |
Blanton | 30.830210 , -83.118760 |
Briggston | 30.721590 , -83.305710 |
Cherokee Plantation | 30.890480 , -83.311820 |
Cherry Creek Hills | 30.908530 , -83.298490 |
Clyattville | 30.691590 , -83.315150 |
Country Club Estates | 30.882420 , -83.308210 |
Dasher | 30.746248 , -83.225382 |
Delmar | 30.885480 , -83.137650 |
Eastwind | 30.877700 , -83.258210 |
Franklinville | 30.982140 , -83.283210 |
Greens Crossing | 30.916600 , -83.057090 |
Hahira | 30.993324 , -83.377487 |
Herring | 30.696600 , -83.158200 |
Indianola | 30.864370 , -83.189320 |
Kinderlou | 30.801030 , -83.367380 |
Lake Park | 30.685100 , -83.187445 |
Lakeview Heights | 30.811040 , -83.308760 |
Lawton | 30.816030 , -83.326820 |
Mineola | 30.907700 , -83.343490 |
Monks Crossing | 30.898820 , -83.102920 |
Moody AFB | 30.978999 , -83.213855 |
Moody Air Force Base | 30.978920 , -83.213820 |
Naylor | 30.908820 , -83.078200 |
Newsome | 30.775760 , -83.219870 |
Northwood | 30.876030 , -83.299880 |
Oak | 30.887980 , -83.275990 |
Old Clyattville | 30.710480 , -83.320150 |
Pebblewood | 30.873810 , -83.308760 |
Remerton | 30.844142 , -83.308463 |
Schoer Estates | 30.886870 , -83.269040 |
South Ree Springs | 30.875480 , -83.269040 |
Tillman | 30.924090 , -83.349600 |
Valdosta | 30.850245 , -83.278879 |
West Valdosta | 30.815760 , -83.314870 |
Westwood Estates | 30.812700 , -83.335990 |
Windsor Park | 30.891590 , -83.293760 |
Wood Valley | 30.854370 , -83.324600 |
Notes:
- You can download geometry data for Lowndes 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.