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 : ( 38.184757 , -78.663174 , 38.475508 , -78.286968 )
Wikipedia ID for Greene : Q163097
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:Q163097 wdt:P1082 ?population. }
OPTIONAL { wd:Q163097 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q163097 wdt:P2046 ?area. }
OPTIONAL { wd:Q163097 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q163097 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q163097 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"](38.184757, -78.663174, 38.475508, -78.286968);
);
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) |
Barnes | 38.220970 , -78.448340 |
Burtonville | 38.273190 , -78.348900 |
Dawsonville | 38.265410 , -78.315010 |
Dyke | 38.253740 , -78.539740 |
Fletcher | 38.392910 , -78.433340 |
Geer | 38.298180 , -78.498620 |
Haneytown | 38.290410 , -78.535290 |
Lydia | 38.330410 , -78.490840 |
Mcmullen | 38.348460 , -78.457790 |
Newtown | 38.237630 , -78.337230 |
Pirkey | 38.273740 , -78.554180 |
Quinque | 38.250130 , -78.397790 |
Ruckersville | 38.231371 , -78.375578 |
Saint George | 38.267910 , -78.552510 |
Shady Grove | 38.260410 , -78.592520 |
Simmons Gap | 38.296800 , -78.621960 |
Stanardsville | 38.299064 , -78.436778 |
Twin Lakes | 38.250458 , -78.441694 |
Upper Pocosin | 38.400960 , -78.481950 |
Williams Fork | 38.270130 , -78.516400 |
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.