Download outline map of Dubuque (geojson format) :
Dubuque.geojson (**)
Download polygon array of Dubuque map for "Google Maps" :
Dubuque.txt
Bounding Box for Dubuque Map : ( 42.294634 , -91.134439 , 42.675082 , -90.473798 )
Wikipedia ID for Dubuque : Q113756
Wikipedia SPARQL Query for Dubuque (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113756 wdt:P1082 ?population. }
OPTIONAL { wd:Q113756 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113756 wdt:P2046 ?area. }
OPTIONAL { wd:Q113756 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113756 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113756 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 Dubuque map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.294634, -91.134439, 42.675082, -90.473798);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dubuque)
[out:json];
(
rel["name"="Dubuque"][type=boundary];
rel["name:en"="Dubuque"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dubuque
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asbury | 42.511767 , -90.780693 |
Balltown | 42.636884 , -90.869953 |
Ballyclough | 42.425840 , -90.718180 |
Bankston | 42.507663 , -90.961220 |
Bennettsville | 42.360010 , -90.728190 |
Bernard | 42.313581 , -90.831720 |
Cameron | 42.666110 , -90.865960 |
Cascade | 42.302117 , -91.004340 |
Cathedral Square | 42.494730 , -90.676240 |
Cattese | 42.461120 , -90.631240 |
Center Grove | 42.491110 , -90.715410 |
Centralia | 42.472101 , -90.836521 |
Cottage Hill | 42.585280 , -90.913740 |
Dubuque | 42.500961 , -90.706201 |
Durango | 42.561072 , -90.774567 |
Dyersville | 42.479292 , -91.124169 |
Eagle Point | 42.534720 , -90.644570 |
East Rickardsville | 42.573610 , -90.857910 |
Epworth | 42.447434 , -90.931255 |
Farley | 42.443487 , -91.010234 |
Fillmore | 42.319170 , -90.916800 |
Frith Spur | 42.549720 , -90.701790 |
Graf | 42.494303 , -90.872978 |
Holy Cross | 42.601222 , -90.996295 |
Julien | 42.481110 , -90.779570 |
Key West | 42.448890 , -90.684020 |
Kidder | 42.464170 , -90.927910 |
King | 42.405290 , -90.591800 |
Lattnerville | 42.485560 , -90.882910 |
Lore | 42.518060 , -90.799850 |
Luxemburg | 42.603850 , -91.072505 |
Mekee | 42.492500 , -91.045690 |
New Vienna | 42.547676 , -91.114009 |
O'Neill | 42.608890 , -90.886800 |
Peosta | 42.447420 , -90.845803 |
Pleasant Grove | 42.389730 , -90.926240 |
Rickardsville | 42.581439 , -90.875973 |
Rockdale | 42.464170 , -90.678460 |
Rose | 42.581940 , -90.699290 |
Sageville | 42.547908 , -90.703952 |
Shawondasse | 42.439450 , -90.591520 |
Sherrill | 42.604339 , -90.784259 |
South Switch Junction | 42.471390 , -90.650130 |
Summit Village Dyersville Park | 42.484440 , -91.115140 |
Twin Springs | 42.515280 , -90.840410 |
Washington Mills | 42.300570 , -90.782350 |
Waupeton | 42.667770 , -90.882350 |
Wilkins | 42.409450 , -90.541240 |
Worthington | 42.397847 , -91.120562 |
Zwingle | 42.297076 , -90.687407 |
Notes:
- You can download geometry data for Dubuque 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.