Download outline map of Woodbury (geojson format) :
Woodbury.geojson (**)
Download polygon array of Woodbury map for "Google Maps" :
Woodbury.txt
Bounding Box for Woodbury Map : ( 42.211261 , -96.498997 , 42.562096 , -95.669141 )
Wikipedia ID for Woodbury : Q486006
Wikipedia SPARQL Query for Woodbury (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486006 wdt:P1082 ?population. }
OPTIONAL { wd:Q486006 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486006 wdt:P2046 ?area. }
OPTIONAL { wd:Q486006 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486006 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486006 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 Woodbury map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.211261, -96.498997, 42.562096, -95.669141);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Woodbury)
[out:json];
(
rel["name"="Woodbury"][type=boundary];
rel["name:en"="Woodbury"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Woodbury
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anthon | 42.388134 , -95.865633 |
Bronson | 42.409007 , -96.211358 |
Climbing Hill | 42.339375 , -96.081086 |
Correctionville | 42.477185 , -95.783020 |
Cushing | 42.464969 , -95.675703 |
Danbury | 42.236432 , -95.721591 |
Estates West | 42.406660 , -96.364750 |
Evergreen Village | 42.559720 , -96.340580 |
Glen Ellen | 42.418600 , -96.320310 |
Holiday Village | 42.518050 , -96.357250 |
Holly Springs | 42.270550 , -96.077790 |
Hornick | 42.230464 , -96.097058 |
Lawton | 42.476917 , -96.185109 |
Luton | 42.339710 , -96.226410 |
Midway | 42.370820 , -95.728890 |
Moville | 42.489425 , -96.067906 |
Oto | 42.282081 , -95.894549 |
Owego | 42.279440 , -96.154460 |
Pierson | 42.542803 , -95.865277 |
Regency of Sioux City | 42.486100 , -96.354470 |
Salix | 42.315110 , -96.302831 |
Sergeant Bluff | 42.400264 , -96.355479 |
Sioux City | 42.496037 , -96.390665 |
Sloan | 42.232418 , -96.225713 |
Smithland | 42.228960 , -95.931171 |
Wickham Spur | 42.492083 , -96.396446 |
Notes:
- You can download geometry data for Woodbury 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.