Download outline map of Curry (geojson format) :
Curry.geojson (**)
Download polygon array of Curry map for "Google Maps" :
Curry.txt
Bounding Box for Curry Map : ( 41.995473 , -124.703541 , 42.955658 , -123.71619 )
Wikipedia ID for Curry : Q484411
Wikipedia SPARQL Query for Curry (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484411 wdt:P1082 ?population. }
OPTIONAL { wd:Q484411 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484411 wdt:P2046 ?area. }
OPTIONAL { wd:Q484411 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484411 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484411 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 Curry map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.995473, -124.703541, 42.955658, -123.71619);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Curry)
[out:json];
(
rel["name"="Curry"][type=boundary];
rel["name:en"="Curry"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Curry
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agness | 42.556500 , -124.068980 |
Bagnell Ferry | 42.466500 , -124.367880 |
Brookings | 42.069293 , -124.300504 |
Carpenterville | 42.220110 , -124.339550 |
Chetco | 41.998587 , -124.209151 |
Corbin | 42.611585 , -124.393045 |
Denmark | 42.890660 , -124.462610 |
Gold Beach | 42.397435 , -124.417067 |
Gray | 42.098516 , -124.343154 |
Harbor | 42.038161 , -124.253009 |
Illahe | 42.628720 , -124.057590 |
Irma | 42.205400 , -124.375190 |
Langlois | 42.925901 , -124.453177 |
Marial | 42.712330 , -123.888970 |
Nesika Beach | 42.504674 , -124.406460 |
Ophir | 42.563160 , -124.382880 |
Pistol River | 42.283851 , -124.399126 |
Plum Trees | 42.814000 , -124.356770 |
Port Orford | 42.749635 , -124.497406 |
Ragic | 42.496671 , -124.304423 |
Sixes | 42.820110 , -124.483160 |
Wedderburn | 42.429560 , -124.415110 |
Notes:
- You can download geometry data for Curry 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.