Download outline map of Merced (geojson format) :
Merced.geojson (**)
Download polygon array of Merced map for "Google Maps" :
Merced.txt
Bounding Box for Merced Map : ( 36.740381 , -121.248647 , 37.633364 , -120.052055 )
Wikipedia ID for Merced : Q109690
Wikipedia SPARQL Query for Merced (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109690 wdt:P1082 ?population. }
OPTIONAL { wd:Q109690 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109690 wdt:P2046 ?area. }
OPTIONAL { wd:Q109690 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109690 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109690 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 Merced map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.740381, -121.248647, 37.633364, -120.052055);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Merced)
[out:json];
(
rel["name"="Merced"][type=boundary];
rel["name:en"="Merced"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Merced
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amsterdam | 37.430220 , -120.542140 |
Athlone | 37.208000 , -120.357960 |
Atwater | 37.354259 , -120.598090 |
Ballico | 37.451917 , -120.703707 |
Bear Creek | 37.296601 , -120.417676 |
Brito | 36.992450 , -120.708800 |
Buhach | 37.336330 , -120.581860 |
Calpack | 37.296890 , -120.352130 |
Cortez | 37.475210 , -120.739650 |
Cressey | 37.421030 , -120.655689 |
Delhi | 37.430599 , -120.775900 |
Dos Palos | 36.985428 , -120.633843 |
Dos Palos Y | 37.046767 , -120.639474 |
El Nido | 37.132376 , -120.498551 |
Fergus | 37.319380 , -120.538250 |
Franklin | 37.327736 , -120.532186 |
Gustine | 37.254513 , -120.994869 |
Hamburg Farms | 36.879390 , -120.763800 |
Hilmar-Irwin | 37.404541 , -120.850423 |
Hopeton | 37.491600 , -120.531030 |
Ingomar | 37.180220 , -120.968260 |
Irwin | 37.396880 , -120.849930 |
Kadota | 37.294940 , -120.412130 |
Le Grand | 37.228815 , -120.254002 |
Lingard | 37.240220 , -120.397410 |
Livingston | 37.387567 , -120.725088 |
Los Banos | 37.063001 , -120.840659 |
McSwain | 37.314546 , -120.586741 |
Merced | 37.305704 , -120.477865 |
Merced Falls | 37.522990 , -120.332410 |
Plainsburg | 37.233000 , -120.324350 |
Planada | 37.289230 , -120.320705 |
Red Top | 37.074627 , -120.530556 |
Santa Nella | 37.101438 , -121.015365 |
Santa Nella Village | 37.097720 , -121.016870 |
Santa Rita Park | 37.047450 , -120.595180 |
Snelling | 37.521662 , -120.438499 |
South Dos Palos | 36.970726 , -120.646708 |
Stevinson | 37.324664 , -120.849664 |
The Grove | 37.403830 , -120.594920 |
Trent | 37.077440 , -120.880750 |
Tuttle | 37.296508 , -120.378867 |
University of California Merced | 37.370338 , -120.420683 |
Volta | 37.087502 , -120.923460 |
Winton | 37.385427 , -120.617365 |
Notes:
- You can download geometry data for Merced 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.