Download outline map of Lafayette (geojson format) :
Lafayette.geojson (**)
Download polygon array of Lafayette map for "Google Maps" :
Lafayette.txt
Bounding Box for Lafayette Map : ( 30.036918 , -92.284675 , 30.381559 , -91.905544 )
Wikipedia ID for Lafayette : Q506892
Wikipedia SPARQL Query for Lafayette (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q506892 wdt:P1082 ?population. }
OPTIONAL { wd:Q506892 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q506892 wdt:P2046 ?area. }
OPTIONAL { wd:Q506892 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q506892 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q506892 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 Lafayette map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.036918, -92.284675, 30.381559, -91.905544);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lafayette)
[out:json];
(
rel["name"="Lafayette"][type=boundary];
rel["name:en"="Lafayette"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lafayette
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Benoit Mobile Park | 30.256490 , -92.017810 |
Broussard | 30.139616 , -91.953465 |
Carencro | 30.311476 , -92.038478 |
Duson | 30.235060 , -92.192141 |
Elks | 30.182700 , -91.989290 |
Flanders | 30.099090 , -92.032340 |
G and R Mobile Park | 30.236560 , -92.073520 |
Judice | 30.181310 , -92.141790 |
Lafayette | 30.212241 , -92.030903 |
Larabee | 30.246310 , -91.988730 |
Long Bridge | 30.239920 , -91.965950 |
Maxies Mobile Valley | 30.149920 , -91.951910 |
Milton | 30.113818 , -92.070404 |
New Flanders | 30.109370 , -92.032620 |
Ossun | 30.283395 , -92.107027 |
Pont Des Mouton | 30.272140 , -91.983450 |
Ridge | 30.159090 , -92.176240 |
Sadou | 30.237420 , -92.142900 |
Scott | 30.239440 , -92.094709 |
Stekey | 30.320200 , -92.009290 |
Twisted Oaks Mobile Park | 30.170050 , -91.997930 |
Vatican | 30.309370 , -92.116510 |
Village Park Mobile Estate | 30.160990 , -92.088710 |
Youngsville | 30.096521 , -91.995859 |
Notes:
- You can download geometry data for Lafayette 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.