Download outline map of Mariposa (geojson format) :
Mariposa.geojson (**)
Download polygon array of Mariposa map for "Google Maps" :
Mariposa.txt
Bounding Box for Mariposa Map : ( 37.183108 , -120.395441 , 37.904122 , -119.307284 )
Wikipedia ID for Mariposa : Q156191
Wikipedia SPARQL Query for Mariposa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156191 wdt:P1082 ?population. }
OPTIONAL { wd:Q156191 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156191 wdt:P2046 ?area. }
OPTIONAL { wd:Q156191 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156191 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156191 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 Mariposa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.183108, -120.395441, 37.904122, -119.307284);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mariposa)
[out:json];
(
rel["name"="Mariposa"][type=boundary];
rel["name:en"="Mariposa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mariposa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Fria | 37.484940 , -120.020180 |
Barrett | 37.639930 , -120.285750 |
Bear Valley | 37.567072 , -120.122967 |
Ben Hur | 37.351610 , -119.957670 |
Bootjack | 37.467184 , -119.888718 |
Briceburg | 37.604930 , -119.966840 |
Bridgeport | 37.433270 , -120.004340 |
Buck Meadows | 37.812610 , -120.065303 |
Catheys Valley | 37.437131 , -120.093616 |
Clearing House | 37.664930 , -119.867400 |
Coultervillle | 37.710562 , -120.199119 |
Darrah | 37.517990 , -119.835170 |
Dogtown | 37.702150 , -120.127960 |
El Portal | 37.673560 , -119.799034 |
Elliott Corner | 37.462720 , -119.774610 |
Fish Camp | 37.479671 , -119.637345 |
Foresta | 37.698260 , -119.755170 |
Granite Springs | 37.701040 , -120.295750 |
Greeley Hill | 37.756918 , -120.129082 |
Hayward | 37.642710 , -120.371300 |
Hite Cove | 37.640760 , -119.849060 |
Hornitos | 37.503387 , -120.241968 |
Incline | 37.660490 , -119.852670 |
Indian Gulch | 37.439380 , -120.196850 |
Jerseydale | 37.563550 , -119.857390 |
Lake Don Pedro | 37.645997 , -120.336567 |
Mariposa | 37.487266 , -119.968275 |
Midpines | 37.553067 , -119.948427 |
Mormon Bar | 37.462160 , -119.947950 |
Mount Bullion | 37.507160 , -120.044900 |
North Wawona | 37.547710 , -119.644600 |
Ponderosa Basin | 37.466050 , -119.735720 |
Ragby | 37.611880 , -120.135180 |
South Wawona | 37.542440 , -119.644880 |
Tuolumne Meadows | 37.737656 , -119.587554 |
Wawona | 37.548232 , -119.639612 |
Yosemite Valley | 37.740752 , -119.577890 |
Yosemite Village | 37.745200 , -119.598220 |
Yosemite West | 37.647430 , -119.718500 |
Notes:
- You can download geometry data for Mariposa 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.