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 : ( 33.131816 , -83.863362 , 33.52622 , -83.533736 )
Wikipedia ID for Jasper : Q224910
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:Q224910 wdt:P1082 ?population. }
OPTIONAL { wd:Q224910 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q224910 wdt:P2046 ?area. }
OPTIONAL { wd:Q224910 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q224910 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q224910 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"](33.131816, -83.863362, 33.52622, -83.533736);
);
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) |
Adgateville | 33.223180 , -83.671010 |
Aikenton | 33.372350 , -83.548500 |
Alcovy Shores | 33.389560 , -83.832680 |
Bethel | 33.344840 , -83.754340 |
Blackwell | 33.366510 , -83.681290 |
Broughton | 33.505400 , -83.653230 |
Calvin | 33.379850 , -83.704060 |
Farrar | 33.462900 , -83.634060 |
Gladesville | 33.194020 , -83.778230 |
Goolsby | 33.235410 , -83.623780 |
Hardys Crossroads | 33.380950 , -83.816010 |
Hillsboro | 33.179850 , -83.641010 |
Kelly | 33.440400 , -83.619340 |
Maxwell | 33.416790 , -83.661010 |
McElheneys Crossroads | 33.243460 , -83.760450 |
Minneta | 33.285680 , -83.711560 |
Monticello | 33.307490 , -83.686128 |
Morrow | 33.505120 , -83.656560 |
Palato | 33.382900 , -83.744340 |
Prospect | 33.409010 , -83.761010 |
Shady Dale | 33.400791 , -83.588093 |
Smithboro | 33.305410 , -83.583780 |
Turtles Cove | 33.382060 , -83.834630 |
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.