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 : ( 35.964708 , -90.86012 , 36.267992 , -90.190207 )
Wikipedia ID for Greene : Q61018
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:Q61018 wdt:P1082 ?population. }
OPTIONAL { wd:Q61018 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61018 wdt:P2046 ?area. }
OPTIONAL { wd:Q61018 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61018 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61018 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"](35.964708, -90.86012, 36.267992, -90.190207);
);
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) |
Bard | 36.074510 , -90.377050 |
Beech Grove | 36.172290 , -90.619280 |
Bertig | 36.071180 , -90.330930 |
Black Jack | 36.178680 , -90.700950 |
Brighton | 36.067570 , -90.356210 |
Case | 36.208120 , -90.762610 |
Coffman | 36.038120 , -90.408160 |
Cotton Belt | 36.093120 , -90.461770 |
Crowley | 36.092850 , -90.614000 |
Delaplaine | 36.230507 , -90.725717 |
Ebenezer | 36.023680 , -90.683720 |
Evening Star | 36.181460 , -90.701780 |
Fairview | 36.083400 , -90.565110 |
Faulknerville | 36.102290 , -90.745950 |
Finch | 36.009790 , -90.627890 |
Fontaine | 36.000630 , -90.813450 |
Fritz | 36.185900 , -90.285380 |
Gainesville | 36.164790 , -90.510660 |
Green High | 36.008960 , -90.532330 |
Halliday | 36.121460 , -90.434270 |
Hooker | 36.223400 , -90.531770 |
Hopewell | 36.244790 , -90.353440 |
Jay | 36.208950 , -90.355940 |
Lafe | 36.209181 , -90.504376 |
Lake Side | 36.052290 , -90.413440 |
Light | 36.070070 , -90.747890 |
Lorado | 35.989240 , -90.717610 |
Marmaduke | 36.189439 , -90.385694 |
Miller | 35.980350 , -90.423440 |
Mitchell Mill | 36.197560 , -90.241210 |
Morning Star | 36.067010 , -90.427880 |
Mounds | 36.157290 , -90.293990 |
New Hope | 35.995630 , -90.487330 |
Noxburn | 36.108400 , -90.481490 |
Oak Grove Heights | 36.126947 , -90.508559 |
Paragould | 36.056116 , -90.514902 |
Pine Knot | 36.028400 , -90.597890 |
Schug | 35.965900 , -90.442050 |
Stanford | 36.097290 , -90.663720 |
Stonewall | 36.243120 , -90.552330 |
Tunis | 35.966180 , -90.537890 |
Twin Oaks | 36.052570 , -90.440380 |
Unity | 36.096730 , -90.483440 |
Walcott | 36.043400 , -90.671220 |
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.