Download outline map of Houston (geojson format) :
Houston.geojson (**)
Download polygon array of Houston map for "Google Maps" :
Houston.txt
Bounding Box for Houston Map : ( 30.925879 , -95.777039 , 31.592886 , -94.95811 )
Wikipedia ID for Houston : Q156496
Wikipedia SPARQL Query for Houston (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156496 wdt:P1082 ?population. }
OPTIONAL { wd:Q156496 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156496 wdt:P2046 ?area. }
OPTIONAL { wd:Q156496 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156496 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156496 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 Houston map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.925879, -95.777039, 31.592886, -94.95811);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Houston)
[out:json];
(
rel["name"="Houston"][type=boundary];
rel["name:en"="Houston"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Houston
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allen Chapel | 31.372400 , -95.150490 |
Arbor | 31.294350 , -95.294660 |
Ash | 31.195180 , -95.692170 |
Augusta | 31.531570 , -95.330780 |
Austonio | 31.185740 , -95.638560 |
Belott | 31.430740 , -95.306050 |
Berea | 31.334350 , -95.311330 |
Bluff City | 31.548094 , -95.160381 |
Burrantown | 31.492680 , -95.204940 |
Center Grove | 31.167400 , -95.384390 |
Center Hill | 31.380180 , -95.247160 |
Colthorp | 31.367400 , -95.147160 |
Cooper | 31.243240 , -95.582170 |
Creath | 31.447960 , -95.223270 |
Crockett | 31.317680 , -95.456391 |
Druso | 31.356290 , -95.388280 |
Easley Chapel | 31.553230 , -95.180500 |
El Caney | 31.440460 , -95.498560 |
Fodice | 31.172960 , -95.301880 |
Fog Town | 31.335180 , -95.130770 |
Germany | 31.439900 , -95.350780 |
Grapeland | 31.494309 , -95.480194 |
Hagerville | 31.344630 , -95.081330 |
Halls Bluff | 31.354620 , -95.657450 |
Harrison Town | 31.401290 , -95.223000 |
Hays Spring | 31.470730 , -95.531900 |
Holly | 31.129910 , -95.337160 |
Hopewell | 31.258510 , -95.361890 |
Kennard | 31.357503 , -95.185370 |
Latexo | 31.389124 , -95.472428 |
Lone Pine | 31.181850 , -95.483560 |
Lovelady | 31.127867 , -95.445619 |
Mapleton | 31.140180 , -95.668840 |
Mount Vernon | 31.408510 , -95.087440 |
Oldham | 31.398790 , -95.483560 |
Pearsons Chapel | 31.151850 , -95.543560 |
Percilla | 31.547120 , -95.399110 |
Plain | 31.451570 , -95.110220 |
Porter Springs | 31.270740 , -95.609120 |
Post Oak | 31.523230 , -95.339110 |
Ratcliff | 31.391570 , -95.139660 |
Refuge | 31.501290 , -95.401060 |
San Pedro | 31.476290 , -95.378280 |
Sand Ridge | 31.107410 , -95.684950 |
Shady Grove | 31.234070 , -95.323830 |
Smith Grove | 31.139070 , -95.385500 |
Sorghumville | 31.056850 , -95.508550 |
Tadmor | 31.429070 , -95.175770 |
Vistula | 31.104630 , -95.636890 |
Waneta | 31.567960 , -95.350220 |
Weches | 31.544070 , -95.227720 |
Weldon | 31.021570 , -95.571330 |
Wheeler Springs | 31.376850 , -95.646620 |
Notes:
- You can download geometry data for Houston 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.