Download outline map of Mineral (geojson format) :
Mineral.geojson (**)
Download polygon array of Mineral map for "Google Maps" :
Mineral.txt
Bounding Box for Mineral Map : ( 37.893659 , -119.156978 , 39.074697 , -117.691021 )
Wikipedia ID for Mineral : Q203022
Wikipedia SPARQL Query for Mineral (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q203022 wdt:P1082 ?population. }
OPTIONAL { wd:Q203022 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q203022 wdt:P2046 ?area. }
OPTIONAL { wd:Q203022 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q203022 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q203022 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 Mineral map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.893659, -119.156978, 39.074697, -117.691021);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mineral)
[out:json];
(
rel["name"="Mineral"][type=boundary];
rel["name:en"="Mineral"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mineral
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Avalon | 38.762970 , -118.756250 |
Babbitt | 38.539370 , -118.637630 |
Basalt | 38.007430 , -118.273170 |
Camp Douglas | 38.338540 , -118.199840 |
Candelaria Junction | 38.175760 , -118.182620 |
Copper Run | 38.820750 , -118.889310 |
Del Monte | 38.294360 , -118.930140 |
Fletcher | 38.356860 , -118.898470 |
Hawthorne | 38.524967 , -118.627040 |
Jaggersville | 38.371590 , -118.541520 |
Kinkaid | 38.544920 , -118.394850 |
Luning | 38.506310 , -118.181510 |
Marietta | 38.243260 , -118.338740 |
Midway | 38.723530 , -118.301240 |
Mina | 38.389817 , -118.111558 |
Mount Montgomery | 37.979650 , -118.321510 |
Omco | 38.607980 , -117.893170 |
Qualeys Camp | 38.308260 , -118.527630 |
Rawhide | 39.016590 , -118.391240 |
Schurz | 38.936598 , -118.792476 |
Schweer Housing Area | 38.545200 , -118.673470 |
Sodaville | 38.341040 , -118.102900 |
Thorne | 38.601870 , -118.591520 |
Tonopah Junction | 38.264370 , -118.095950 |
Walker Lake | 38.646728 , -118.757203 |
Notes:
- You can download geometry data for Mineral 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.