Download outline map of Pendleton (geojson format) :
Pendleton.geojson (**)
Download polygon array of Pendleton map for "Google Maps" :
Pendleton.txt
Bounding Box for Pendleton Map : ( 38.529422 , -84.532288 , 38.874866 , -84.195305 )
Wikipedia ID for Pendleton : Q497707
Wikipedia SPARQL Query for Pendleton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497707 wdt:P1082 ?population. }
OPTIONAL { wd:Q497707 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497707 wdt:P2046 ?area. }
OPTIONAL { wd:Q497707 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497707 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497707 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 Pendleton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.529422, -84.532288, 38.874866, -84.195305);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pendleton)
[out:json];
(
rel["name"="Pendleton"][type=boundary];
rel["name:en"="Pendleton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pendleton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bachelors Rest | 38.644790 , -84.235770 |
Boston | 38.762850 , -84.352440 |
Browning Corner | 38.619790 , -84.220770 |
Butler | 38.787690 , -84.372037 |
Caddo | 38.747570 , -84.244930 |
Caldwell | 38.806730 , -84.391330 |
Carntown | 38.838120 , -84.241050 |
Catawba | 38.720350 , -84.324380 |
Concord | 38.722850 , -84.300770 |
Demossville | 38.805070 , -84.416880 |
Doughton | 38.643960 , -84.498550 |
Falmouth | 38.672449 , -84.333282 |
Four Oaks | 38.633960 , -84.317990 |
Gardnersville | 38.766730 , -84.504380 |
Goforth | 38.664790 , -84.448830 |
Hayes | 38.648680 , -84.365770 |
Ivor | 38.859790 , -84.240770 |
Knoxville | 38.701180 , -84.505770 |
Locust Grove | 38.637290 , -84.488000 |
Marcus | 38.568130 , -84.464110 |
McKinneysburg | 38.597290 , -84.265210 |
Menzie | 38.739790 , -84.339940 |
Meridian | 38.776740 , -84.353830 |
Morgan | 38.602850 , -84.398830 |
Mount Auburn | 38.789510 , -84.272710 |
Peach Grove | 38.830900 , -84.290770 |
Portland | 38.748120 , -84.447720 |
Notes:
- You can download geometry data for Pendleton 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.