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 : ( 46.625243 , -120.042866 , 47.962152 , -118.973502 )
Wikipedia ID for Grant : Q281681
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:Q281681 wdt:P1082 ?population. }
OPTIONAL { wd:Q281681 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q281681 wdt:P2046 ?area. }
OPTIONAL { wd:Q281681 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q281681 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q281681 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"](46.625243, -120.042866, 47.962152, -118.973502);
);
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) |
| Adco | 47.417360 , -119.362530 |
| Adrian | 47.390970 , -119.917550 |
| Atwood | 47.100420 , -119.124180 |
| Bacon | 47.500700 , -119.330310 |
| Baird | 47.593661 , -119.387054 |
| Banks Lake South | 47.631510 , -119.275959 |
| Bassett Junction | 47.042370 , -119.089180 |
| Beverly | 46.836800 , -119.933100 |
| Cascade Valley | 47.140594 , -119.328892 |
| Corfu | 46.815140 , -119.455300 |
| Coulee City | 47.612166 , -119.289124 |
| Crater | 47.245690 , -119.948670 |
| Delano Heights | 47.933480 , -119.018080 |
| Desert Aire | 46.687260 , -119.931015 |
| Dry Falls Junction | 47.626260 , -119.332250 |
| Electric City | 47.922215 , -119.047550 |
| Ephrata | 47.312625 , -119.535303 |
| Fordair | 47.635980 , -119.269470 |
| George | 47.084815 , -119.860082 |
| Gloyd | 47.264860 , -119.279750 |
| Grand Coulee | 47.938839 , -119.002858 |
| Hanson | 47.728480 , -119.008070 |
| Hartline | 47.689426 , -119.108144 |
| Jericho | 46.834580 , -119.791430 |
| Krupp | 47.410458 , -118.988651 |
| Laing | 47.115420 , -119.040290 |
| Lakeview | 47.375552 , -119.504281 |
| Lakeview Park | 47.376530 , -119.507810 |
| Low Gap | 46.985970 , -119.791710 |
| Mae | 47.117360 , -119.395580 |
| Marlin | 47.407370 , -118.985010 |
| Mattawa | 46.736448 , -119.902340 |
| McDonald | 47.071250 , -119.215570 |
| Mitchell | 47.186530 , -119.223350 |
| Moses Lake | 47.127215 , -119.275513 |
| Moses Lake North | 47.194582 , -119.318583 |
| Naylor | 47.262640 , -119.613650 |
| Odair | 47.610980 , -119.267800 |
| Osborne | 47.904040 , -119.064470 |
| Quincy | 47.234096 , -119.851267 |
| Raugust | 47.144605 , -119.276976 |
| Ritell | 47.035420 , -119.086120 |
| Royal City | 46.899982 , -119.614358 |
| Ruff | 47.169590 , -118.998340 |
| Schwana | 46.824020 , -119.925880 |
| Sieler | 47.067640 , -119.176960 |
| Smyrna | 46.839300 , -119.662260 |
| Soap Lake | 47.388503 , -119.491150 |
| Stratford | 47.426750 , -119.281570 |
| Tiflis | 47.069310 , -119.058620 |
| Trinidad | 47.229850 , -120.000610 |
| Wahluke | 46.709580 , -119.542250 |
| Wanapum Village | 46.861240 , -119.947270 |
| Warden | 46.967910 , -119.051927 |
| Wheeler | 47.130700 , -119.171960 |
| Wilson Creek | 47.422930 , -119.117570 |
| Winchester | 47.249020 , -119.719770 |
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.