Download outline map of Hardin (geojson format) :
Hardin.geojson (**)
Download polygon array of Hardin map for "Google Maps" :
Hardin.txt
Bounding Box for Hardin Map : ( 30.097167 , -94.732732 , 30.527125 , -94.070955 )
Wikipedia ID for Hardin : Q109270
Wikipedia SPARQL Query for Hardin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109270 wdt:P1082 ?population. }
OPTIONAL { wd:Q109270 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109270 wdt:P2046 ?area. }
OPTIONAL { wd:Q109270 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109270 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109270 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 Hardin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.097167, -94.732732, 30.527125, -94.070955);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hardin)
[out:json];
(
rel["name"="Hardin"][type=boundary];
rel["name:en"="Hardin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hardin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Batson | 30.249380 , -94.607140 |
Bragg | 30.419100 , -94.564360 |
Dies | 30.388820 , -94.396030 |
Fresenius | 30.375760 , -94.237410 |
Grayburg | 30.121050 , -94.411300 |
Hathaway | 30.127710 , -94.481860 |
Honey Island | 30.395490 , -94.440750 |
Kountze | 30.372460 , -94.316016 |
Lelavale | 30.403540 , -94.484080 |
Lillard | 30.355210 , -94.118240 |
Loeb | 30.194660 , -94.192960 |
Lumberton | 30.256436 , -94.207134 |
Nona | 30.333540 , -94.291850 |
Pine Ridge | 30.202990 , -94.350470 |
Pinewood Estates | 30.169173 , -94.320648 |
Rattlesnake Bend | 30.246600 , -94.547420 |
Rose Hill Acres | 30.193305 , -94.193085 |
Saratoga | 30.284100 , -94.529360 |
Seth | 30.298820 , -94.183800 |
Silsbee | 30.345622 , -94.176404 |
Sour Lake | 30.135659 , -94.402322 |
Strain | 30.133270 , -94.548810 |
Village Mills | 30.493820 , -94.397420 |
Votaw | 30.435480 , -94.673260 |
Wildwood | 30.526102 , -94.445311 |
Woodcrest Acres | 30.228540 , -94.179910 |
Notes:
- You can download geometry data for Hardin 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.