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.125171 , -90.280296 , 30.230888 , -89.899664 )
Wikipedia ID for Jefferson : Q498276
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:Q498276 wdt:P1082 ?population. }
OPTIONAL { wd:Q498276 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q498276 wdt:P2046 ?area. }
OPTIONAL { wd:Q498276 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q498276 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q498276 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.125171, -90.280296, 30.230888, -89.899664);
);
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) |
Avondale | 29.907182 , -90.193344 |
Barataria | 29.709159 , -90.121729 |
Bassa Bassa | 29.363830 , -89.994520 |
Bissonet Plaza | 30.013540 , -90.216460 |
Bonnabel Place | 29.997150 , -90.143130 |
Bridge City | 29.932086 , -90.159429 |
Bucktown | 30.014920 , -90.141180 |
Cheniere Caminada | 29.210780 , -90.050350 |
Crown Point | 29.772150 , -90.085350 |
Elmwood | 29.955471 , -90.187940 |
Estelle | 29.843763 , -90.100581 |
Grand Isle | 29.213346 , -90.029647 |
Gretna | 29.910040 , -90.051571 |
Harahan | 29.937480 , -90.203059 |
Harahan Junction | 29.973260 , -90.193410 |
Harvey | 29.887098 , -90.066422 |
Indian Beach | 30.019090 , -90.141190 |
Jean Lafitte | 29.749548 , -90.103582 |
Jefferson | 29.960910 , -90.155393 |
Jefferson Heights | 29.963820 , -90.165070 |
Justice Trailer Court | 29.899870 , -90.108430 |
Kennedy Heights | 29.915480 , -90.221470 |
Kenner | 30.010694 , -90.255032 |
Lafitte | 29.695709 , -90.099511 |
Live Oak Manor | 29.950200 , -90.238690 |
Marrero | 29.885458 , -90.113794 |
Metairie | 29.997640 , -90.178048 |
Metairie Terrace | 29.978540 , -90.163960 |
Oak Ridge Park | 29.990480 , -90.128410 |
River Ridge | 29.959317 , -90.220226 |
Shrewsbury | 29.971040 , -90.142300 |
South Kenner | 29.958820 , -90.270630 |
Southport | 29.962430 , -90.142850 |
Terrytown | 29.901587 , -90.028023 |
Timberlane | 29.878122 , -90.030236 |
Waggaman | 29.937282 , -90.235405 |
Westgate | 30.002700 , -90.225350 |
Westwego | 29.905831 , -90.143400 |
Willowdale | 30.006040 , -90.194800 |
Willswood | 29.926320 , -90.228970 |
Woodmere | 29.849311 , -90.075078 |
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.