Download outline map of Sublette (geojson format) :
Sublette.geojson (**)
Download polygon array of Sublette map for "Google Maps" :
Sublette.txt
Bounding Box for Sublette Map : ( 42.263318 , -110.623792 , 43.464783 , -109.043093 )
Wikipedia ID for Sublette : Q490494
Wikipedia SPARQL Query for Sublette (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490494 wdt:P1082 ?population. }
OPTIONAL { wd:Q490494 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490494 wdt:P2046 ?area. }
OPTIONAL { wd:Q490494 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490494 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490494 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 Sublette map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](42.263318, -110.623792, 43.464783, -109.043093);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sublette)
[out:json];
(
rel["name"="Sublette"][type=boundary];
rel["name:en"="Sublette"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sublette
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Big Piney | 42.540368 , -110.121218 |
Big Sandy | 42.633280 , -109.465690 |
Bondurant | 43.194844 , -110.402590 |
Boulder | 42.746070 , -109.706605 |
Calpet | 42.283830 , -110.259050 |
Calpet | 42.290550 , -110.282590 |
Cora | 42.957660 , -109.991593 |
Daniel | 42.865738 , -110.076480 |
Daniel Junction | 42.889940 , -110.068770 |
Elkhorn Junction | 42.432170 , -109.241510 |
Halfway | 42.808550 , -110.338780 |
Marbleton | 42.557810 , -110.101051 |
Merna | 42.946330 , -110.340730 |
New Fork | 42.701610 , -109.715150 |
Pinedale | 42.868011 , -109.870930 |
Sylvan Bay Summer Home Area | 42.954390 , -109.785150 |
Temple Creek Summer Home Area | 42.667170 , -109.263180 |
Notes:
- You can download geometry data for Sublette 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.