Download outline map of Sac (geojson format) :
Sac.geojson (**)
Download polygon array of Sac map for "Google Maps" :
Sac.txt
Bounding Box for Sac Map : ( 42.209692 , -95.388181 , 42.561742 , -94.856642 )
Wikipedia ID for Sac : Q156639
Wikipedia SPARQL Query for Sac (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156639 wdt:P1082 ?population. }
OPTIONAL { wd:Q156639 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156639 wdt:P2046 ?area. }
OPTIONAL { wd:Q156639 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156639 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156639 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 Sac map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.209692, -95.388181, 42.561742, -94.856642);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sac)
[out:json];
(
rel["name"="Sac"][type=boundary];
rel["name:en"="Sac"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sac
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Auburn | 42.249569 , -94.877726 |
Brook Mount | 42.385540 , -95.264440 |
Carnarvon | 42.253590 , -95.021660 |
Early | 42.461427 , -95.152376 |
Grant City | 42.267480 , -94.887760 |
Hart | 42.263870 , -94.994430 |
Lake View | 42.304689 , -95.040777 |
Lakeview | 42.306930 , -95.051660 |
Lytton | 42.423303 , -94.860499 |
Nemaha | 42.514952 , -95.088860 |
Odebolt | 42.311793 , -95.254235 |
Pettis | 42.368590 , -94.935820 |
Sac City | 42.421696 , -94.997911 |
Schaller | 42.496531 , -95.296271 |
Ulmer | 42.267760 , -94.949990 |
Wall Lake | 42.267186 , -95.092779 |
Wall Lake Station | 42.256370 , -95.257220 |
Notes:
- You can download geometry data for Sac 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.