Download outline map of Greenup (geojson format) :
Greenup.geojson (**)
Download polygon array of Greenup map for "Google Maps" :
Greenup.txt
Bounding Box for Greenup Map : ( 38.373935 , -83.167673 , 38.75651 , -82.665411 )
Wikipedia ID for Greenup : Q500670
Wikipedia SPARQL Query for Greenup (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q500670 wdt:P1082 ?population. }
OPTIONAL { wd:Q500670 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q500670 wdt:P2046 ?area. }
OPTIONAL { wd:Q500670 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q500670 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q500670 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 Greenup map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.373935, -83.167673, 38.75651, -82.665411);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Greenup)
[out:json];
(
rel["name"="Greenup"][type=boundary];
rel["name:en"="Greenup"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Greenup
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Argillite | 38.489800 , -82.828220 |
| Beechy | 38.624520 , -82.954060 |
| Bellefonte | 38.494818 , -82.691165 |
| Danleyton | 38.491750 , -82.769330 |
| Edgington | 38.680080 , -82.882390 |
| Flatwoods | 38.520893 , -82.719403 |
| Frost | 38.728970 , -82.927390 |
| Fullerton | 38.721740 , -82.981840 |
| Grays Branch | 38.653410 , -82.875170 |
| Greenup | 38.572915 , -82.830163 |
| Hopewell | 38.406190 , -82.910720 |
| Kehoe | 38.466190 , -83.051280 |
| Letitia | 38.636740 , -83.004620 |
| Lloyd | 38.620080 , -82.864610 |
| Load | 38.546190 , -82.970730 |
| Lynn | 38.583690 , -82.939340 |
| Maloneton | 38.684240 , -82.917950 |
| Naples | 38.435910 , -82.769610 |
| Oldtown | 38.440360 , -82.898220 |
| Oliver Station | 38.624800 , -82.862390 |
| Poplar Highlands | 38.545360 , -82.754610 |
| Raceland | 38.537629 , -82.734256 |
| Russell | 38.513499 , -82.696294 |
| Samaria | 38.420080 , -82.945170 |
| Siloam | 38.735350 , -82.894620 |
| South Portsmouth | 38.724520 , -83.013230 |
| South Shore | 38.722345 , -82.964631 |
| Sunshine | 38.707580 , -82.948510 |
| Truitt | 38.575080 , -83.008510 |
| Tygarts Valley | 38.481750 , -83.031840 |
| Walsh | 38.681190 , -82.964890 |
| Warnock | 38.492580 , -82.978500 |
| Worthington | 38.550836 , -82.735045 |
| Wurtland | 38.549513 , -82.778820 |
| York | 38.565630 , -83.046290 |
Notes:
- You can download geometry data for Greenup 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.