Download outline map of Grant (geojson format) :
Grant.geojson (**)
Download polygon array of Grant map for "Google Maps" :
Grant.txt
Bounding Box for Grant Map : ( 43.957418 , -119.671987 , 44.998174 , -118.223552 )
Wikipedia ID for Grant : Q484378
Wikipedia SPARQL Query for Grant (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484378 wdt:P1082 ?population. }
OPTIONAL { wd:Q484378 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484378 wdt:P2046 ?area. }
OPTIONAL { wd:Q484378 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484378 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484378 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 Grant map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](43.957418, -119.671987, 44.998174, -118.223552);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grant)
[out:json];
(
rel["name"="Grant"][type=boundary];
rel["name:en"="Grant"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grant
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Austin | 44.602660 , -118.496610 |
Basin | 44.654733 , -119.639654 |
Beech Creek | 44.619320 , -119.148860 |
Cabell City | 44.895140 , -118.368280 |
Camp Logan | 44.342345 , -118.657450 |
Canyon City | 44.393010 , -118.949485 |
Courtrock | 44.640700 , -119.368030 |
Dale | 44.988490 , -118.947470 |
Dayville | 44.466761 , -119.532223 |
Erickson Mill | 44.555715 , -119.634740 |
Fox | 44.648760 , -119.144140 |
Goldthorpe | 44.836258 , -119.070181 |
Granite | 44.810033 , -118.418713 |
Izee | 44.067090 , -119.386070 |
John Day | 44.418156 , -118.953521 |
Kimberly | 44.759310 , -119.644440 |
Lawton | 44.797611 , -118.479051 |
Long Creek | 44.714152 , -119.104245 |
Monument | 44.820797 , -119.420843 |
Moores Crossing | 44.436510 , -119.318175 |
Mount Vernon | 44.416897 , -119.113174 |
Prairie City | 44.461101 , -118.709380 |
Range | 44.892930 , -118.968580 |
Robinsonville | 44.713760 , -118.484670 |
Seneca | 44.135219 , -118.976270 |
Silvies | 44.032930 , -118.935220 |
Stewarts Crossing | 44.466967 , -119.460203 |
Susanville | 44.713210 , -118.783850 |
Three Forks | 44.283200 , -119.628860 |
Notes:
- You can download geometry data for Grant 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.