Download outline map of Pend Oreille (geojson format) :
Pend Oreille.geojson (**)
Download polygon array of Pend Oreille map for "Google Maps" :
Pend Oreille.txt
Bounding Box for Pend Oreille Map : ( 48.04556 , -117.629512 , 49.000483 , -117.032107 )
Wikipedia ID for Pend Oreille : Q485301
Wikipedia SPARQL Query for Pend Oreille (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485301 wdt:P1082 ?population. }
OPTIONAL { wd:Q485301 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485301 wdt:P2046 ?area. }
OPTIONAL { wd:Q485301 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485301 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485301 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 Pend Oreille map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.04556, -117.629512, 49.000483, -117.032107);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pend Oreille)
[out:json];
(
rel["name"="Pend Oreille"][type=boundary];
rel["name:en"="Pend Oreille"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pend Oreille
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blueslide | 48.556300 , -117.345790 |
Calispell | 48.343790 , -117.300500 |
Camden | 48.047400 , -117.239930 |
Cusick | 48.333274 , -117.296208 |
Dalkena | 48.244900 , -117.237710 |
Deer Valley | 48.181570 , -117.300770 |
Delkena | 48.247400 , -117.238550 |
Diamond City | 48.616580 , -117.289950 |
Diamond Lake | 48.121850 , -117.199100 |
Furport | 48.241850 , -117.176040 |
Grahams | 48.092120 , -117.172430 |
Ione | 48.740081 , -117.422433 |
Jared | 48.469080 , -117.315500 |
Locke | 48.426570 , -117.317730 |
Metaline | 48.854004 , -117.389889 |
Metaline Falls | 48.861577 , -117.370718 |
Nelway | 48.999840 , -117.285470 |
Newport | 48.176932 , -117.057166 |
Pend Oreille Village | 48.868250 , -117.365800 |
Penrith | 48.152130 , -117.099370 |
Ruby | 48.522130 , -117.299120 |
Scotia | 48.106290 , -117.154100 |
Tiger | 48.691580 , -117.407740 |
Tweedie | 48.085740 , -117.045760 |
Usk | 48.313790 , -117.279660 |
Wolfred | 48.225740 , -117.137150 |
Notes:
- You can download geometry data for Pend Oreille 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.