Download outline map of Hempstead (geojson format) :
Hempstead.geojson (**)
Download polygon array of Hempstead map for "Google Maps" :
Hempstead.txt
Bounding Box for Hempstead Map : ( 33.476075 , -93.969748 , 34.008899 , -93.456255 )
Wikipedia ID for Hempstead : Q61355
Wikipedia SPARQL Query for Hempstead (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61355 wdt:P1082 ?population. }
OPTIONAL { wd:Q61355 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61355 wdt:P2046 ?area. }
OPTIONAL { wd:Q61355 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61355 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61355 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 Hempstead map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.476075, -93.969748, 34.008899, -93.456255);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hempstead)
[out:json];
(
rel["name"="Hempstead"][type=boundary];
rel["name:en"="Hempstead"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hempstead
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arcadia | 33.842330 , -93.466010 |
Battlefield | 33.593450 , -93.688510 |
Bellair | 33.900110 , -93.774070 |
Bingen | 33.975670 , -93.784070 |
Blevins | 33.871706 , -93.577684 |
Centerville | 33.644280 , -93.489340 |
Clow | 33.889840 , -93.772680 |
Columbus | 33.775950 , -93.817130 |
Crossroads | 33.727340 , -93.730180 |
Dave | 33.642620 , -93.881020 |
De Ann | 33.778170 , -93.562680 |
Deanyville | 33.862060 , -93.499340 |
Dotson | 33.922610 , -93.598510 |
Doyle | 33.952890 , -93.753790 |
Dunlap | 33.852610 , -93.539070 |
Evening Shade | 33.573450 , -93.612680 |
Fulton | 33.612636 , -93.813722 |
Garlandville | 33.811780 , -93.484620 |
Guernsey | 33.642900 , -93.678240 |
Hope | 33.667759 , -93.590769 |
McCaskill | 33.918620 , -93.641689 |
McNab | 33.661414 , -93.831793 |
New Hope | 33.543180 , -93.553790 |
North Bingen | 33.988170 , -93.787960 |
Oakhaven | 33.729283 , -93.620675 |
Ozan | 33.847874 , -93.720351 |
Patmos | 33.511335 , -93.566703 |
Perrytown | 33.696227 , -93.534732 |
Powers | 33.666510 , -93.725740 |
Rocky Mound | 33.669010 , -93.529900 |
Sheppard | 33.626510 , -93.722120 |
Shover Springs | 33.622900 , -93.530450 |
Spring Hill | 33.587620 , -93.648510 |
Sprudel | 33.616510 , -93.766570 |
Tokio | 34.003440 , -93.751010 |
Wafers Crossing | 33.636230 , -93.696290 |
Wallaceburg | 33.893170 , -93.547400 |
Washington | 33.773003 , -93.683447 |
Notes:
- You can download geometry data for Hempstead 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.