Download outline map of Niobrara (geojson format) :
Niobrara.geojson (**)
Download polygon array of Niobrara map for "Google Maps" :
Niobrara.txt
Bounding Box for Niobrara Map : ( 42.608787 , -104.899941 , 43.503328 , -104.052585 )
Wikipedia ID for Niobrara : Q485641
Wikipedia SPARQL Query for Niobrara (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485641 wdt:P1082 ?population. }
OPTIONAL { wd:Q485641 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485641 wdt:P2046 ?area. }
OPTIONAL { wd:Q485641 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485641 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485641 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 Niobrara map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.608787, -104.899941, 43.503328, -104.052585);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Niobrara)
[out:json];
(
rel["name"="Niobrara"][type=boundary];
rel["name:en"="Niobrara"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Niobrara
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Keeline | 42.756910 , -104.756630 |
Kirtley | 42.830800 , -104.122720 |
Lance Creek | 43.041038 , -104.662590 |
Lusk | 42.761259 , -104.458403 |
Manville | 42.779448 , -104.617446 |
Redbird | 43.242470 , -104.286050 |
Van Tassell | 42.664277 , -104.091328 |
West Lance Creek | 43.045520 , -104.693020 |
Whitman | 42.887750 , -104.114940 |
Notes:
- You can download geometry data for Niobrara 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.