Download outline map of Del Norte (geojson format) :
Del Norte.geojson (**)
Download polygon array of Del Norte map for "Google Maps" :
Del Norte.txt
Bounding Box for Del Norte Map : ( 41.380776 , -124.440707 , 42.001047 , -123.517907 )
Wikipedia ID for Del Norte : Q156186
Wikipedia SPARQL Query for Del Norte (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156186 wdt:P1082 ?population. }
OPTIONAL { wd:Q156186 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156186 wdt:P2046 ?area. }
OPTIONAL { wd:Q156186 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156186 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156186 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 Del Norte map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.380776, -124.440707, 42.001047, -123.517907);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Del Norte)
[out:json];
(
rel["name"="Del Norte"][type=boundary];
rel["name:en"="Del Norte"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Del Norte
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adams Station | 41.842610 , -123.992580 |
| Berteleda | 41.800751 , -124.046802 |
| Bertsch | 41.713705 , -124.146838 |
| Bertsch Terrace | 41.777648 , -124.176149 |
| Bertsch-Oceanview | 41.752506 , -124.158752 |
| Camp Klamath | 41.540400 , -124.049800 |
| Crescent City | 41.771710 , -124.190801 |
| Crescent City North | 41.766020 , -124.216990 |
| Darlingtonia | 41.836220 , -123.943130 |
| Douglas Park | 41.787340 , -124.062850 |
| False Klamath | 41.591780 , -124.095350 |
| Fort Dick | 41.867890 , -124.148970 |
| French Hill | 41.824840 , -123.972570 |
| Gasquet | 41.842890 , -123.973097 |
| Hiouchi | 41.793664 , -124.066113 |
| Hoppaw | 41.524290 , -124.030070 |
| Idlewild | 41.898450 , -123.772020 |
| Klamath | 41.532410 , -124.007500 |
| Klamath Glen | 41.512620 , -123.993960 |
| Northcrest | 41.788080 , -124.110660 |
| Pacific Shores | 41.855390 , -124.201470 |
| Patrick Creek | 41.875110 , -123.845070 |
| Requa | 41.546790 , -124.066460 |
| Rockland | 41.980940 , -123.961740 |
| Scaath | 41.514570 , -123.969520 |
| Smith River | 41.924959 , -124.149320 |
| Tryon Corner | 41.877340 , -124.146470 |
| Yontocket | 41.907610 , -124.198970 |
Notes:
- You can download geometry data for Del Norte 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.