Download outline map of Cowlitz (geojson format) :
Cowlitz.geojson (**)
Download polygon array of Cowlitz map for "Google Maps" :
Cowlitz.txt
Bounding Box for Cowlitz Map : ( 45.850536 , -123.217841 , 46.38803 , -122.239934 )
Wikipedia ID for Cowlitz : Q156276
Wikipedia SPARQL Query for Cowlitz (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156276 wdt:P1082 ?population. }
OPTIONAL { wd:Q156276 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156276 wdt:P2046 ?area. }
OPTIONAL { wd:Q156276 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156276 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156276 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 Cowlitz map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.850536, -123.217841, 46.38803, -122.239934);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cowlitz)
[out:json];
(
rel["name"="Cowlitz"][type=boundary];
rel["name:en"="Cowlitz"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cowlitz
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ariel | 45.956780 , -122.570930 |
Beacon Hill | 46.175110 , -122.922060 |
Black Ridge | 45.977200 , -122.367970 |
Bunker Hill | 46.202330 , -123.138730 |
Caples | 45.905670 , -122.800940 |
Caples Landing | 45.905110 , -122.802880 |
Carrolls | 46.071500 , -122.862330 |
Castle Rock | 46.270466 , -122.902092 |
Columbia Heights | 46.164280 , -122.941500 |
Cougar | 46.051500 , -122.299540 |
Cresap Bay | 45.968420 , -122.385870 |
Evergreen Terrace | 46.180940 , -122.999000 |
Harrington Place | 46.231220 , -122.433990 |
Headquarters | 46.248170 , -122.792060 |
Kalama | 46.011561 , -122.836938 |
Kelso | 46.124983 , -122.890702 |
Kid Valley | 46.372890 , -122.619280 |
Lexington | 46.187330 , -122.905390 |
Longview | 46.147110 , -122.964083 |
Longview Heights | 46.179695 , -122.957888 |
Longview Junction | 46.104560 , -122.888170 |
Oak Point | 46.190940 , -123.188730 |
Olequa | 46.374000 , -122.939840 |
Ostander Creek | 46.197254 , -122.893491 |
Ostrander | 46.192610 , -122.892060 |
Pigeon Springs | 46.053170 , -122.623990 |
Pleasant Hill | 46.225390 , -122.894000 |
Ryderwood | 46.374868 , -123.044179 |
Saint Helens | 46.344270 , -122.528720 |
Sandy Bend | 46.240670 , -122.914000 |
Sightly | 46.299830 , -122.708440 |
Silverlake | 46.297330 , -122.810670 |
Speelyai | 45.982050 , -122.419370 |
Stella | 46.190670 , -123.119840 |
Tide Creek | 45.967558 , -122.819305 |
Toutle | 46.324830 , -122.736500 |
Valley View Tracts | 46.179280 , -122.975670 |
Vision Acres | 46.087340 , -122.867330 |
West Longview | 46.167890 , -122.999000 |
West Side Highway | 46.184040 , -122.917780 |
Woodland | 45.914692 , -122.750210 |
Woodland Park | 45.990390 , -122.475660 |
Yale | 45.995390 , -122.380100 |
Yale Park | 46.025750 , -122.318940 |
Notes:
- You can download geometry data for Cowlitz 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.