Download outline map of Pondera (geojson format) :
Pondera.geojson (**)
Download polygon array of Pondera map for "Google Maps" :
Pondera.txt
Bounding Box for Pondera Map : ( 47.984359 , -113.350039 , 48.483828 , -111.408422 )
Wikipedia ID for Pondera : Q496708
Wikipedia SPARQL Query for Pondera (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q496708 wdt:P1082 ?population. }
OPTIONAL { wd:Q496708 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q496708 wdt:P2046 ?area. }
OPTIONAL { wd:Q496708 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q496708 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q496708 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 Pondera map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.984359, -113.350039, 48.483828, -111.408422);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pondera)
[out:json];
(
rel["name"="Pondera"][type=boundary];
rel["name:en"="Pondera"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pondera
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aubrey Crossing | 48.337750 , -112.411160 |
Blair Crossing | 48.403310 , -112.291430 |
Brady | 48.027912 , -111.844064 |
Conrad | 48.173652 , -111.946837 |
Dupuyer | 48.186837 , -112.477034 |
East Community | 48.045520 , -111.474150 |
Edwards Crossing | 48.466920 , -112.452000 |
Fowler | 48.315810 , -111.785010 |
Freds Trailer Court | 48.035520 , -111.840010 |
Gallup City | 48.093850 , -112.113080 |
Hagans Crossing | 48.458310 , -112.514220 |
Heart Butte | 48.290443 , -112.836372 |
Kingsbury Colony | 48.302750 , -112.487550 |
Kuka Crossing | 48.313860 , -112.393100 |
Ledger | 48.260260 , -111.823070 |
Manson | 48.237480 , -112.006410 |
New Miami Colony | 48.191910 , -112.282260 |
Pierce Crossing | 48.347480 , -112.489770 |
Pondera Colony | 48.260530 , -112.392540 |
Robere | 48.307166 , -112.532000 |
Sunrise Trailer Court | 48.167750 , -111.941410 |
Valier | 48.305197 , -112.252424 |
Williams | 48.275250 , -112.130310 |
Notes:
- You can download geometry data for Pondera 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.