Download outline map of Hockley (geojson format) :
Hockley.geojson (**)
Download polygon array of Hockley map for "Google Maps" :
Hockley.txt
Bounding Box for Hockley Map : ( 33.388327 , -102.615447 , 33.825121 , -102.075929 )
Wikipedia ID for Hockley : Q483847
Wikipedia SPARQL Query for Hockley (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483847 wdt:P1082 ?population. }
OPTIONAL { wd:Q483847 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483847 wdt:P2046 ?area. }
OPTIONAL { wd:Q483847 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483847 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483847 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 Hockley map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.388327, -102.615447, 33.825121, -102.075929);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hockley)
[out:json];
(
rel["name"="Hockley"][type=boundary];
rel["name:en"="Hockley"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hockley
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Anton | 33.811319 , -102.162173 |
Arnett | 33.492590 , -102.291850 |
Clauene | 33.461760 , -102.376020 |
Coble | 33.595100 , -102.502970 |
Levelland | 33.580601 , -102.363510 |
Lockettville | 33.391760 , -102.317680 |
Oklahoma Flat | 33.786210 , -102.401020 |
Opdyke | 33.593150 , -102.275450 |
Opdyke West | 33.592705 , -102.300622 |
Pep | 33.816210 , -102.558250 |
Pettit | 33.697040 , -102.524630 |
Ropesville | 33.413336 , -102.155103 |
Roundup | 33.762310 , -102.097120 |
Smyer | 33.587382 , -102.163501 |
Sundown | 33.457546 , -102.490809 |
Whitharral | 33.737590 , -102.327120 |
Notes:
- You can download geometry data for Hockley 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.