Download outline map of Brooks (geojson format) :
Brooks.geojson (**)
Download polygon array of Brooks map for "Google Maps" :
Brooks.txt
Bounding Box for Brooks Map : ( 30.634406 , -83.743729 , 31.078958 , -83.308891 )
Wikipedia ID for Brooks : Q488175
Wikipedia SPARQL Query for Brooks (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488175 wdt:P1082 ?population. }
OPTIONAL { wd:Q488175 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488175 wdt:P2046 ?area. }
OPTIONAL { wd:Q488175 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488175 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488175 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 Brooks map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.634406, -83.743729, 31.078958, -83.308891);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Brooks)
[out:json];
(
rel["name"="Brooks"][type=boundary];
rel["name:en"="Brooks"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Brooks
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baden | 30.717420 , -83.565160 |
Barney | 31.008250 , -83.512940 |
Blue Springs | 30.789920 , -83.456550 |
Dixie | 30.785750 , -83.664330 |
Durden | 30.791860 , -83.473490 |
Emerson | 30.776030 , -83.631830 |
Empress | 30.671590 , -83.565710 |
Fodie | 30.849360 , -83.540720 |
Grooverville | 30.721030 , -83.726830 |
Hollis | 30.922690 , -83.739060 |
Ione | 31.012410 , -83.733780 |
Morven | 30.943344 , -83.500311 |
Nankin | 30.666040 , -83.467930 |
New Rock Hill | 31.001300 , -83.574330 |
Oaklawn | 30.849360 , -83.737670 |
Old Rock Hill | 31.010190 , -83.573500 |
Pebble Hill | 30.917410 , -83.577940 |
Pidcock | 30.784360 , -83.707660 |
Piscola | 30.690200 , -83.675990 |
Quitman | 30.784863 , -83.560318 |
Sand Hill | 30.984910 , -83.650720 |
Shelly | 30.999630 , -83.737110 |
Shiver | 30.828250 , -83.541830 |
Spain | 30.864640 , -83.537940 |
Notes:
- You can download geometry data for Brooks 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.