Download outline map of Austin (geojson format) :
Austin.geojson (**)
Download polygon array of Austin map for "Google Maps" :
Austin.txt
Bounding Box for Austin Map : ( 29.601658 , -96.62198 , 30.096833 , -96.004525 )
Wikipedia ID for Austin : Q108386
Wikipedia SPARQL Query for Austin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108386 wdt:P1082 ?population. }
OPTIONAL { wd:Q108386 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108386 wdt:P2046 ?area. }
OPTIONAL { wd:Q108386 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108386 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108386 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 Austin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.601658, -96.62198, 30.096833, -96.004525);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Austin)
[out:json];
(
rel["name"="Austin"][type=boundary];
rel["name:en"="Austin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Austin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beard | 29.677460 , -96.251080 |
Bellville | 29.947162 , -96.259720 |
Bleiblerville | 30.008000 , -96.447470 |
Brazos Country | 29.754739 , -96.042274 |
Buckhorn | 30.038550 , -96.199960 |
Burleigh | 29.919670 , -96.150240 |
Cat Spring | 29.845510 , -96.325800 |
Cochran | 30.028830 , -96.129400 |
Frydek | 29.753290 , -96.088290 |
Industry | 29.971491 , -96.499086 |
Kenney | 30.047720 , -96.326910 |
Krebsville | 29.990500 , -96.584690 |
Macedonia | 29.844400 , -96.154680 |
Millheim | 29.871900 , -96.248300 |
Nelsonville | 29.976610 , -96.403300 |
New Bremen | 29.924110 , -96.404690 |
New Ulm | 29.892170 , -96.490250 |
New Wehdem | 30.072440 , -96.346080 |
Peters | 29.859950 , -96.186630 |
Post Oak Point | 29.929110 , -96.527470 |
Raccoon Bend | 30.011890 , -96.133020 |
Rock House | 29.957170 , -96.556080 |
San Felipe | 29.796512 , -96.105133 |
Sealy | 29.768334 , -96.161511 |
Shelby | 30.021610 , -96.598310 |
Wallis | 29.631653 , -96.063736 |
Wehdem | 30.071330 , -96.387740 |
Welcome | 30.027720 , -96.489140 |
Notes:
- You can download geometry data for Austin 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.