Download outline map of Yellowstone (geojson format) :
Yellowstone.geojson (**)
Download polygon array of Yellowstone map for "Google Maps" :
Yellowstone.txt
Bounding Box for Yellowstone Map : ( 45.460224 , -108.925532 , 46.496126 , -107.462651 )
Wikipedia ID for Yellowstone : Q490283
Wikipedia SPARQL Query for Yellowstone (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490283 wdt:P1082 ?population. }
OPTIONAL { wd:Q490283 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490283 wdt:P2046 ?area. }
OPTIONAL { wd:Q490283 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490283 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490283 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 Yellowstone map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.460224, -108.925532, 46.496126, -107.462651);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yellowstone)
[out:json];
(
rel["name"="Yellowstone"][type=boundary];
rel["name:en"="Yellowstone"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yellowstone
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acton | 45.930510 , -108.680700 |
Anita | 45.944130 , -108.022060 |
Ballantine | 45.951152 , -108.142821 |
Baseline | 45.783840 , -108.703200 |
Billings | 45.789626 , -108.548659 |
Broadview | 46.098789 , -108.878866 |
Bull Mountain | 46.022480 , -107.857600 |
Cameron Park | 45.799670 , -108.581800 |
Cline | 45.882180 , -108.409020 |
Comanche | 45.997730 , -108.773480 |
Custer | 46.128902 , -107.557378 |
Fee | 46.087760 , -107.679530 |
Hesper | 45.741890 , -108.709590 |
Hirsch | 45.817730 , -108.413740 |
Huntley | 45.899659 , -108.305219 |
Indian Arrow | 45.783570 , -108.174850 |
Knox | 45.943850 , -108.198180 |
Laurel | 45.673863 , -108.770523 |
Lockwood | 45.820112 , -108.407059 |
Mann | 45.970800 , -108.113730 |
Mossmain | 45.684670 , -108.710980 |
Newton | 45.978860 , -108.058450 |
Nibbe | 45.983860 , -108.027330 |
Pompeys Pillar | 45.991360 , -107.952050 |
Rimrock | 45.802170 , -108.702920 |
Shepherd | 45.946805 , -108.346348 |
Soda Springs | 45.565510 , -108.272350 |
Spurling | 45.650500 , -108.845420 |
Waco | 46.073870 , -107.707030 |
Worden | 45.962304 , -108.162267 |
Notes:
- You can download geometry data for Yellowstone 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.