Download outline map of Humboldt (geojson format) :
Humboldt.geojson (**)
Download polygon array of Humboldt map for "Google Maps" :
Humboldt.txt
Bounding Box for Humboldt Map : ( 40.526136 , -119.33142 , 42.000439 , -117.017588 )
Wikipedia ID for Humboldt : Q262901
Wikipedia SPARQL Query for Humboldt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q262901 wdt:P1082 ?population. }
OPTIONAL { wd:Q262901 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q262901 wdt:P2046 ?area. }
OPTIONAL { wd:Q262901 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q262901 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q262901 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 Humboldt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.526136, -119.33142, 42.000439, -117.017588);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Humboldt)
[out:json];
(
rel["name"="Humboldt"][type=boundary];
rel["name:en"="Humboldt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Humboldt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adelaide | 40.973607 , -117.508400 |
Awakening | 41.275460 , -117.953470 |
Bliss | 41.029070 , -117.609010 |
Comus | 41.000460 , -117.327060 |
Cordero | 41.914340 , -117.814870 |
Daveytown | 41.294900 , -117.903190 |
Denio | 41.970046 , -118.612510 |
Denio Junction | 41.951560 , -118.624900 |
Dyke | 41.574620 , -118.572390 |
Ellison | 40.848800 , -117.098440 |
Fort McDermitt | 41.965519 , -117.639267 |
Getchell | 41.217960 , -117.255120 |
Golconda | 40.961382 , -117.507781 |
Gouge Eye | 41.571280 , -117.470680 |
Happy Creek Station | 41.467400 , -118.352930 |
Herrin | 40.887680 , -117.220110 |
Knight | 40.905460 , -117.154830 |
McDermitt | 41.990908 , -117.704099 |
Orovada | 41.560958 , -117.776255 |
Paradise Hill | 41.279070 , -117.690690 |
Paradise Valley | 41.490019 , -117.532278 |
Platora | 41.663780 , -117.757640 |
Preble | 40.976570 , -117.398170 |
Pronto | 40.928240 , -118.060700 |
Quinn River Crossing | 41.576570 , -118.435160 |
Raglan | 40.909350 , -117.970140 |
Red House | 40.996850 , -117.248170 |
Rose Creek | 40.889900 , -117.895130 |
Sulphur | 40.874620 , -118.736550 |
Tule | 41.024070 , -117.650130 |
Valmy | 40.771777 , -117.131022 |
Weso | 41.011290 , -117.691520 |
Winnemucca | 40.964324 , -117.725495 |
Notes:
- You can download geometry data for Humboldt 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.