Download outline map of Jasper (geojson format) :
Jasper.geojson (**)
Download polygon array of Jasper map for "Google Maps" :
Jasper.txt
Bounding Box for Jasper Map : ( 41.507824 , -93.348681 , 41.863105 , -92.756508 )
Wikipedia ID for Jasper : Q485736
Wikipedia SPARQL Query for Jasper (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485736 wdt:P1082 ?population. }
OPTIONAL { wd:Q485736 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485736 wdt:P2046 ?area. }
OPTIONAL { wd:Q485736 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485736 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485736 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 Jasper map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.507824, -93.348681, 41.863105, -92.756508);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jasper)
[out:json];
(
rel["name"="Jasper"][type=boundary];
rel["name:en"="Jasper"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jasper
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baxter | 41.825200 , -93.152455 |
Clyde | 41.841930 , -93.265210 |
Colfax | 41.676085 , -93.240454 |
Goddard | 41.717490 , -93.192980 |
Green Castle | 41.746100 , -93.261590 |
Ira | 41.777770 , -93.205760 |
Kellogg | 41.718027 , -92.907079 |
Killduff | 41.608050 , -92.904640 |
Lambs Grove | 41.700753 , -93.079349 |
Lynnville | 41.572836 , -92.786891 |
Metz | 41.666380 , -93.135760 |
Mingo | 41.766207 , -93.282619 |
Monroe | 41.518937 , -93.103748 |
Murphy | 41.658330 , -92.973810 |
Newburg | 41.818600 , -92.774360 |
Newton | 41.696528 , -93.040467 |
Oakland Acres | 41.720439 , -92.821163 |
Oswalt | 41.695820 , -93.297710 |
Prairie City | 41.595273 , -93.239159 |
Reasnor | 41.578854 , -93.022914 |
Rushville | 41.760270 , -92.945750 |
Severs | 41.651660 , -93.213260 |
Sully | 41.578001 , -92.846801 |
Valeria | 41.729790 , -93.325566 |
Vandalia | 41.539430 , -93.306040 |
Notes:
- You can download geometry data for Jasper 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.