Download outline map of Hood (geojson format) :
Hood.geojson (**)
Download polygon array of Hood map for "Google Maps" :
Hood.txt
Bounding Box for Hood Map : ( 32.233468 , -98.068545 , 32.558822 , -97.615274 )
Wikipedia ID for Hood : Q485912
Wikipedia SPARQL Query for Hood (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485912 wdt:P1082 ?population. }
OPTIONAL { wd:Q485912 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485912 wdt:P2046 ?area. }
OPTIONAL { wd:Q485912 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485912 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485912 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 Hood map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.233468, -98.068545, 32.558822, -97.615274);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hood)
[out:json];
(
rel["name"="Hood"][type=boundary];
rel["name:en"="Hood"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hood
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acton | 32.446810 , -97.690300 |
Allison | 32.540410 , -97.962540 |
Brazos Bend | 32.475142 , -97.761254 |
Brushy | 32.386530 , -97.826980 |
Canyon Creek | 32.392695 , -97.740516 |
Center Mill | 32.554020 , -97.764470 |
Chapin | 32.537910 , -97.675580 |
DeCordova | 32.427893 , -97.691168 |
El Tesoro | 32.392640 , -97.648640 |
Fairview | 32.514860 , -97.801700 |
Fall Creek | 32.397920 , -97.651410 |
Granbury | 32.447967 , -97.768245 |
Hill City | 32.307920 , -97.848640 |
Lipan | 32.518651 , -98.047055 |
Mambrino | 32.374310 , -97.745030 |
Neri | 32.363750 , -97.775030 |
Oak Trail Shores | 32.488479 , -97.835657 |
Paluxy | 32.270700 , -97.907530 |
Pecan Plantation | 32.362809 , -97.655323 |
Thorp Spring | 32.474030 , -97.826700 |
Tolar | 32.389437 , -97.919093 |
Waples | 32.483750 , -97.720310 |
Notes:
- You can download geometry data for Hood 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.