Download outline map of Howard (geojson format) :
Howard.geojson (**)
Download polygon array of Howard map for "Google Maps" :
Howard.txt
Bounding Box for Howard Map : ( 32.087097 , -101.695011 , 32.525228 , -101.174534 )
Wikipedia ID for Howard : Q111380
Wikipedia SPARQL Query for Howard (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111380 wdt:P1082 ?population. }
OPTIONAL { wd:Q111380 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111380 wdt:P2046 ?area. }
OPTIONAL { wd:Q111380 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111380 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111380 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 Howard map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.087097, -101.695011, 32.525228, -101.174534);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Howard)
[out:json];
(
rel["name"="Howard"][type=boundary];
rel["name:en"="Howard"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Howard
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Big Spring | 32.238714 , -101.480158 |
Coahoma | 32.295744 , -101.308822 |
Fairview | 32.355950 , -101.519020 |
Forsan | 32.110338 , -101.366796 |
Knott | 32.402610 , -101.641240 |
Lomax | 32.116510 , -101.640130 |
Midway | 32.274560 , -101.370400 |
Morita | 32.184570 , -101.633740 |
Otis Chalk | 32.127900 , -101.257340 |
Ross City | 32.096520 , -101.306510 |
Sand Springs | 32.279481 , -101.349511 |
South Haven | 32.184290 , -101.481790 |
Vealmoor | 32.520670 , -101.570410 |
Vincent | 32.481780 , -101.225680 |
Webb Village | 32.219570 , -101.497900 |
Ziler | 32.273730 , -101.404850 |
Notes:
- You can download geometry data for Howard 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.