Download outline map of Rosebud (geojson format) :
Rosebud.geojson (**)
Download polygon array of Rosebud map for "Google Maps" :
Rosebud.txt
Bounding Box for Rosebud Map : ( 45.175445 , -107.897646 , 46.860486 , -106.086335 )
Wikipedia ID for Rosebud : Q496664
Wikipedia SPARQL Query for Rosebud (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496664 wdt:P1082 ?population. }
OPTIONAL { wd:Q496664 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496664 wdt:P2046 ?area. }
OPTIONAL { wd:Q496664 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496664 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496664 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 Rosebud map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.175445, -107.897646, 46.860486, -106.086335);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rosebud)
[out:json];
(
rel["name"="Rosebud"][type=boundary];
rel["name:en"="Rosebud"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rosebud
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Angela | 46.730000 , -106.201130 |
Ashland | 45.597685 , -106.297498 |
B and R Subdivision | 45.912770 , -106.645030 |
Birney | 45.415484 , -106.493356 |
Birney Day School | 45.416100 , -106.465310 |
Brandenberg | 45.816110 , -106.233060 |
Cartersville | 46.299440 , -106.467530 |
Cold Spring | 46.282770 , -106.758090 |
Colstrip | 45.896053 , -106.627663 |
Crain Place | 46.043890 , -106.310010 |
Finch | 46.283600 , -106.976160 |
Flynn | 46.293890 , -106.541970 |
Forsyth | 46.266904 , -106.674878 |
Galbraith | 46.598600 , -107.476200 |
Hathaway | 46.276110 , -106.196680 |
Howard | 46.289723 , -106.901693 |
Ingomar | 46.576650 , -107.372300 |
Lame Deer | 45.617656 , -106.613400 |
Rock Springs | 46.816950 , -106.246970 |
Rosebud | 46.271166 , -106.446878 |
Sumatra | 46.618320 , -107.551200 |
Thurlow | 46.287780 , -106.306130 |
Vananda | 46.391930 , -107.002280 |
Wood Place | 45.722780 , -106.424180 |
Notes:
- You can download geometry data for Rosebud 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.