Download outline map of Allen (geojson format) :
Allen.geojson (**)
Download polygon array of Allen map for "Google Maps" :
Allen.txt
Bounding Box for Allen Map : ( 30.423607 , -93.131246 , 30.899375 , -92.582741 )
Wikipedia ID for Allen : Q65433
Wikipedia SPARQL Query for Allen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q65433 wdt:P1082 ?population. }
OPTIONAL { wd:Q65433 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q65433 wdt:P2046 ?area. }
OPTIONAL { wd:Q65433 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q65433 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q65433 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 Allen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.423607, -93.131246, 30.899375, -92.582741);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Allen)
[out:json];
(
rel["name"="Allen"][type=boundary];
rel["name:en"="Allen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Allen
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bel | 30.519920 , -93.084600 |
Bernard | 30.596870 , -92.779310 |
Canton | 30.676310 , -92.734870 |
Cherry Grove | 30.719640 , -92.925990 |
Coverdale | 30.484370 , -92.774590 |
Elder | 30.567980 , -92.797090 |
Elizabeth | 30.866955 , -92.798639 |
Emad | 30.507700 , -92.866810 |
Foley | 30.660750 , -92.742370 |
Fontenot | 30.438260 , -92.877370 |
Hampton | 30.594640 , -92.620420 |
Harmony | 30.596030 , -92.913760 |
Indian Village | 30.449090 , -92.971820 |
Kinder | 30.483546 , -92.850766 |
Lauderdale | 30.481310 , -92.775150 |
Le Blanc | 30.509090 , -92.949040 |
Le Jeune | 30.602980 , -92.775420 |
Mab | 30.854360 , -92.762650 |
Mittie | 30.706860 , -92.906820 |
Oakdale | 30.815739 , -92.654161 |
Oberlin | 30.606888 , -92.772429 |
Pawnee | 30.890470 , -92.627090 |
Reeves | 30.521545 , -93.042812 |
Reids | 30.854360 , -92.893210 |
Simmons Settlement | 30.676310 , -92.892100 |
Soileau | 30.589090 , -92.654860 |
Stanley | 30.497980 , -92.897930 |
Tenmile | 30.766310 , -92.904320 |
Ward | 30.740470 , -92.702370 |
Notes:
- You can download geometry data for Allen 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.