Download outline map of Stanislaus (geojson format) :
Stanislaus.geojson (**)
Download polygon array of Stanislaus map for "Google Maps" :
Stanislaus.txt
Bounding Box for Stanislaus Map : ( 37.134774 , -121.486775 , 38.077421 , -120.387329 )
Wikipedia ID for Stanislaus : Q108503
Wikipedia SPARQL Query for Stanislaus (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108503 wdt:P1082 ?population. }
OPTIONAL { wd:Q108503 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108503 wdt:P2046 ?area. }
OPTIONAL { wd:Q108503 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108503 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108503 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 Stanislaus map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.134774, -121.486775, 38.077421, -120.387329);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Stanislaus)
[out:json];
(
rel["name"="Stanislaus"][type=boundary];
rel["name:en"="Stanislaus"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Stanislaus
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adela | 37.788540 , -120.863270 |
Airport | 37.632432 , -120.977496 |
Bret Harte | 37.602067 , -121.004381 |
Bystrom | 37.619900 , -120.982730 |
Ceres | 37.596859 , -120.955479 |
Chemurgic | 37.464100 , -120.918820 |
Claribel | 37.714370 , -120.825490 |
Cooperstown | 37.743260 , -120.544640 |
Cowan | 37.559913 , -120.989062 |
Crows Landing | 37.394738 , -121.084359 |
Del Rio | 37.743175 , -121.008641 |
Denair | 37.525695 , -120.799671 |
Diablo Grande | 37.400560 , -121.269919 |
East Oakdale | 37.784957 , -120.801260 |
Empire | 37.642901 , -120.904220 |
Eugene | 37.892980 , -120.846880 |
Grayson | 37.579542 , -121.183684 |
Hatch | 37.489660 , -120.955490 |
Hickman | 37.626403 , -120.752658 |
Hills Ferry | 37.348830 , -120.979650 |
Hughson | 37.600498 , -120.865564 |
Jet | 37.432710 , -121.099930 |
Keyes | 37.561853 , -120.908905 |
Knights Ferry | 37.819650 , -120.672150 |
La Grange | 37.663540 , -120.463530 |
McHenry | 37.707430 , -121.004100 |
Modesto | 37.637012 , -121.003054 |
Modesto Remote Encoding Ctr | 37.671906 , -120.965523 |
Monterey Park Tract | 37.526814 , -121.011487 |
Montpelier | 37.544930 , -120.706040 |
Newman | 37.316044 , -121.020316 |
Oakdale | 37.761974 , -120.846264 |
Ohm | 37.626600 , -121.284110 |
Parklawn | 37.606940 , -120.979266 |
Patterson | 37.473445 , -121.143982 |
Paulsell | 37.718260 , -120.690480 |
Riverbank | 37.726916 , -120.940546 |
Riverdale Park | 37.602416 , -121.042967 |
Rouse | 37.619513 , -121.008370 |
Salida | 37.715429 , -121.086594 |
Shackelford | 37.614040 , -120.990775 |
Solyo | 37.609370 , -121.264380 |
Standiford | 37.689100 , -121.003550 |
Stomar | 37.361880 , -121.045760 |
Timba | 37.342710 , -121.031040 |
Turlock | 37.505216 , -120.858762 |
Valley Home | 37.827645 , -120.915386 |
Warnerville | 37.732430 , -120.596590 |
Waterford | 37.642952 , -120.755381 |
West Modesto | 37.616855 , -121.039949 |
Westley | 37.552437 , -121.212387 |
Notes:
- You can download geometry data for Stanislaus 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.