Download outline map of Greene (geojson format) :
Greene.geojson (**)
Download polygon array of Greene map for "Google Maps" :
Greene.txt
Bounding Box for Greene Map : ( 32.517727 , -88.207497 , 33.153657 , -87.706271 )
Wikipedia ID for Greene : Q493709
Wikipedia SPARQL Query for Greene (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493709 wdt:P1082 ?population. }
OPTIONAL { wd:Q493709 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493709 wdt:P2046 ?area. }
OPTIONAL { wd:Q493709 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493709 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493709 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 Greene map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.517727, -88.207497, 33.153657, -87.706271);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Greene)
[out:json];
(
rel["name"="Greene"][type=boundary];
rel["name:en"="Greene"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Greene
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allison | 32.786800 , -87.975850 |
Birdeye | 32.613190 , -87.829180 |
Boligee | 32.769972 , -88.026455 |
Braggville | 32.682360 , -87.997240 |
Clinton | 32.913740 , -87.992520 |
Crawford Fork | 32.817910 , -88.054190 |
Eutaw | 32.843592 , -87.898640 |
Five Points | 32.732080 , -87.995850 |
Forkland | 32.648905 , -87.867121 |
Fowler | 32.729020 , -88.061960 |
Gosa | 32.846240 , -87.861680 |
Hycutt | 32.706800 , -87.995290 |
Jena | 33.130680 , -87.846960 |
Knoxville | 32.992350 , -87.790570 |
Lewiston | 33.040960 , -88.020300 |
Lizzieville | 32.787630 , -88.028910 |
McClure | 32.846520 , -87.842240 |
Merriwether | 32.625970 , -87.852510 |
Miller | 32.712630 , -88.078630 |
Morrows Grove | 33.053460 , -87.994740 |
Mount Hebron | 32.874020 , -88.079740 |
New Mount Hebron | 32.857070 , -88.101130 |
New West Greene | 32.924020 , -88.135020 |
Pleasant Ridge | 33.014290 , -88.083630 |
Ridge | 33.008180 , -88.148640 |
Snoddy | 33.038740 , -87.875570 |
Tishabee | 32.637630 , -87.998630 |
Union | 32.993811 , -87.907178 |
Walden Quarters | 32.747080 , -87.862510 |
West Greene | 32.923740 , -88.085300 |
Notes:
- You can download geometry data for Greene 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.