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 : ( 30.241649 , -94.460172 , 31.158071 , -93.865711 )
Wikipedia ID for Jasper : Q110575
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:Q110575 wdt:P1082 ?population. }
OPTIONAL { wd:Q110575 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110575 wdt:P2046 ?area. }
OPTIONAL { wd:Q110575 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110575 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110575 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"](30.241649, -94.460172, 31.158071, -93.865711);
);
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) |
Beech Grove | 30.856030 , -94.121300 |
Bessmay | 30.462710 , -93.953230 |
Bevilport | 30.923250 , -94.155190 |
Blox | 30.974090 , -93.975190 |
Bon Ami | 30.713540 , -93.882680 |
Browndell | 31.125374 , -93.980138 |
Buna | 30.445771 , -93.962464 |
Bunker Hill | 30.397150 , -93.942680 |
Call Junction | 30.592430 , -93.915740 |
Collins | 31.001310 , -93.974630 |
Curtis | 30.921310 , -94.064630 |
Ebenezer | 31.037970 , -94.161030 |
Eclipse | 30.752700 , -93.977960 |
Erin | 30.779650 , -93.996850 |
Evadale | 30.336896 , -94.059978 |
Ferguson | 31.036030 , -94.139360 |
Forbes | 30.509370 , -93.927400 |
Friendship | 30.781870 , -93.874070 |
Gist | 30.274370 , -93.905730 |
Gore Landing | 30.410760 , -94.119630 |
Harrisburg | 31.011860 , -93.889910 |
Harveytown | 31.076860 , -94.147420 |
Holly Springs | 30.897140 , -93.884070 |
Homer | 30.976590 , -94.204360 |
Horton | 31.070470 , -93.962960 |
Huff Creek | 30.937140 , -93.887680 |
J and E Junction | 30.669090 , -93.889630 |
Jasper | 30.922052 , -93.994748 |
Kirbyville | 30.657781 , -93.900081 |
Le Verte | 30.529650 , -93.927680 |
Magnolia Springs | 30.735480 , -94.026580 |
Mount Union | 30.699090 , -94.022410 |
New Blox | 30.982140 , -93.986580 |
Oak Hill | 30.799090 , -94.112970 |
Quinn | 30.382710 , -94.034620 |
Robertson | 30.293260 , -93.909620 |
Roganville | 30.800200 , -93.903520 |
Sam Rayburn | 31.078879 , -94.026572 |
Science Hall | 30.866590 , -94.117410 |
Temco | 30.359930 , -94.066850 |
Westwood | 31.085470 , -94.158250 |
Zion Hill | 30.835480 , -93.971570 |
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.