Download outline map of Jefferson (geojson format) :
Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" :
Jefferson.txt
Bounding Box for Jefferson Map : ( 29.506328 , -94.445106 , 30.189106 , -93.814351 )
Wikipedia ID for Jefferson : Q224343
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q224343 wdt:P1082 ?population. }
OPTIONAL { wd:Q224343 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q224343 wdt:P2046 ?area. }
OPTIONAL { wd:Q224343 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q224343 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q224343 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 Jefferson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.506328, -94.445106, 30.189106, -93.814351);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beaumont | 30.084924 , -94.145051 |
Beauxart Gardens | 29.960770 , -94.034900 |
Bevil Oaks | 30.151715 , -94.271119 |
Central Gardens | 29.989294 , -94.021661 |
Cheek | 29.983550 , -94.202680 |
China | 30.052469 , -94.333136 |
Fannett | 29.924942 , -94.238953 |
Galloway | 29.972440 , -94.213790 |
Gladys | 30.001880 , -94.071840 |
Groves | 29.945659 , -93.916410 |
Hamshire | 29.861610 , -94.312410 |
Hebert | 29.985490 , -94.061840 |
Helbig | 30.129930 , -94.142400 |
Hillebrandt | 29.933270 , -94.113230 |
La Belle | 29.879660 , -94.161010 |
Lakeview | 29.913550 , -93.898500 |
Lovell Lake | 29.942440 , -94.125740 |
Lucas | 29.998270 , -94.069070 |
Mcfadden | 30.015490 , -94.031010 |
Meeker | 30.082990 , -94.258240 |
Morey | 29.881330 , -94.282690 |
Mount Evergreen | 30.151880 , -94.174900 |
Nederland | 29.970604 , -94.001515 |
Nome | 30.036484 , -94.406105 |
Pear Ridge | 29.920210 , -93.937950 |
Pine Island | 30.056330 , -94.277410 |
Port Acres | 29.901880 , -94.032120 |
Port Arthur | 29.818995 , -93.920185 |
Port Neches | 29.976480 , -93.945918 |
Sabine Pass | 29.733550 , -93.894330 |
Spindletop | 30.031320 , -94.060730 |
Taylor Landing | 29.864180 , -94.134840 |
Viterbo | 29.955770 , -94.042950 |
West Port Arthur | 29.851050 , -93.977120 |
Westbury | 30.102160 , -94.309630 |
Whiskey Ford | 30.071600 , -94.440750 |
Notes:
- You can download geometry data for Jefferson 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.