Download outline map of Harrison (geojson format) :
Harrison.geojson (**)
Download polygon array of Harrison map for "Google Maps" :
Harrison.txt
Bounding Box for Harrison Map : ( 41.505135 , -96.139012 , 41.866308 , -95.497793 )
Wikipedia ID for Harrison : Q485729
Wikipedia SPARQL Query for Harrison (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485729 wdt:P1082 ?population. }
OPTIONAL { wd:Q485729 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485729 wdt:P2046 ?area. }
OPTIONAL { wd:Q485729 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485729 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485729 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 Harrison map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.505135, -96.139012, 41.866308, -95.497793);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Harrison)
[out:json];
(
rel["name"="Harrison"][type=boundary];
rel["name:en"="Harrison"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Harrison
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allen | 41.804990 , -95.818620 |
Baird | 41.798600 , -95.654450 |
Beebeetown | 41.521100 , -95.755560 |
Calhoun | 41.631660 , -95.895290 |
California Junction | 41.560171 , -95.994752 |
Crisp | 41.578320 , -95.708620 |
Dunlap | 41.852625 , -95.600563 |
Echo | 41.741930 , -95.941680 |
Euclid | 41.543880 , -95.860840 |
Findley | 41.528600 , -95.879180 |
Hard Scratch | 41.613320 , -95.714170 |
Little Sioux | 41.808204 , -96.027459 |
Logan | 41.645140 , -95.791648 |
Magill | 41.518880 , -95.505560 |
Magnolia | 41.692184 , -95.874128 |
Missouri Valley | 41.557822 , -95.902425 |
Modale | 41.618193 , -96.012020 |
Mondamin | 41.710040 , -96.021496 |
Orson | 41.779430 , -95.983340 |
Orton | 41.588600 , -95.810290 |
Persia | 41.578589 , -95.570412 |
Pisgah | 41.830435 , -95.926386 |
River Sioux | 41.802439 , -96.047988 |
Willett | 41.697210 , -95.745290 |
Woodbine | 41.734620 , -95.706726 |
Yorkshire | 41.520550 , -95.580010 |
Notes:
- You can download geometry data for Harrison 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.