Download outline map of Rowan (geojson format) :
Rowan.geojson (**)
Download polygon array of Rowan map for "Google Maps" :
Rowan.txt
Bounding Box for Rowan Map : ( 38.016975 , -83.63522 , 38.396502 , -83.198994 )
Wikipedia ID for Rowan : Q505510
Wikipedia SPARQL Query for Rowan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505510 wdt:P1082 ?population. }
OPTIONAL { wd:Q505510 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505510 wdt:P2046 ?area. }
OPTIONAL { wd:Q505510 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505510 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505510 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 Rowan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.016975, -83.63522, 38.396502, -83.198994);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rowan)
[out:json];
(
rel["name"="Rowan"][type=boundary];
rel["name:en"="Rowan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rowan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bangor | 38.043420 , -83.438790 |
Big Brushy | 38.261350 , -83.491360 |
Bluestone | 38.149800 , -83.511300 |
Christy | 38.194800 , -83.414350 |
Clearfield | 38.162030 , -83.428800 |
Cogswell | 38.102500 , -83.498330 |
Craney | 38.067310 , -83.355180 |
Cranston | 38.263410 , -83.435460 |
Elliottville | 38.182860 , -83.275730 |
Farmers | 38.140551 , -83.541426 |
Gates | 38.233970 , -83.366570 |
Hamim | 38.127580 , -83.313790 |
Hays Crossing | 38.244250 , -83.344350 |
Hilda | 38.238140 , -83.507690 |
Lakeview Heights | 38.151988 , -83.504370 |
Morehead | 38.190596 , -83.446637 |
Mount Hope | 38.050730 , -83.444830 |
Paragon | 38.048140 , -83.399350 |
Ramey | 38.179250 , -83.571860 |
Rodburn | 38.198140 , -83.410740 |
Slatey | 38.148240 , -83.599910 |
Smile | 38.257580 , -83.490190 |
Triplett | 38.293410 , -83.396290 |
Waltz | 38.316750 , -83.444070 |
Notes:
- You can download geometry data for Rowan 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.