Download outline map of Clatsop (geojson format) :
Clatsop.geojson (**)
Download polygon array of Clatsop map for "Google Maps" :
Clatsop.txt
Bounding Box for Clatsop Map : ( 45.773097 , -124.159546 , 46.299099 , -123.358251 )
Wikipedia ID for Clatsop : Q484371
Wikipedia SPARQL Query for Clatsop (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484371 wdt:P1082 ?population. }
OPTIONAL { wd:Q484371 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484371 wdt:P2046 ?area. }
OPTIONAL { wd:Q484371 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484371 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484371 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 Clatsop map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](45.773097, -124.159546, 46.299099, -123.358251);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Clatsop)
[out:json];
(
rel["name"="Clatsop"][type=boundary];
rel["name:en"="Clatsop"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Clatsop
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allendale | 46.084081 , -123.909301 |
Arch Cape | 45.829000 , -123.962080 |
Astoria | 46.188237 , -123.810258 |
Boonesborough | 46.151319 , -123.793287 |
Bradwood | 46.196780 , -123.439020 |
Brownsmead | 46.217610 , -123.540690 |
Butterfield | 46.041707 , -123.910996 |
Cannon Beach | 45.889335 , -123.960453 |
Cannon Beach Junction | 45.937541 , -123.983287 |
Carnahan | 46.100380 , -123.917090 |
Clatsop Station | 46.130422 , -123.895225 |
Clifton | 46.210940 , -123.462350 |
Elsie | 45.865670 , -123.594850 |
Fern Hill | 46.164550 , -123.737080 |
Fort Stevens | 46.202050 , -123.962370 |
Gearhart | 46.029384 , -123.917271 |
Grand Rapids | 45.901220 , -123.504010 |
Hamlet | 45.846220 , -123.700680 |
Hammond | 46.200100 , -123.951540 |
Holladay | 45.974828 , -123.937025 |
Jeffers Gardens | 46.151755 , -123.852082 |
Jewell | 45.934560 , -123.504010 |
Jewell Junction | 45.849488 , -123.534000 |
Knappa | 46.185110 , -123.585970 |
Knappa Junction | 46.168121 , -123.582469 |
Lukarilla | 45.827330 , -123.601790 |
Medley | 45.946569 , -123.547267 |
Melville | 46.060110 , -123.843470 |
Miles Crossing | 46.152330 , -123.839590 |
Mishawaka | 45.863170 , -123.568460 |
Navy Heights | 46.189830 , -123.779310 |
Necanicum Junction | 45.912346 , -123.712835 |
Oklahoma Hill | 46.143170 , -123.405960 |
Olney | 46.100110 , -123.757640 |
Pacific Grange Hall | 46.091065 , -123.908615 |
Point Adams Station | 46.190051 , -123.928999 |
Seaside | 45.989516 , -123.921253 |
Stavebolt Landing | 46.067514 , -123.792657 |
Sunset Beach | 46.101220 , -123.930420 |
Surf Pines | 46.058160 , -123.923470 |
Svensen | 46.170660 , -123.659300 |
Svensen Junction | 46.165390 , -123.659860 |
Taylorville | 46.141220 , -123.399290 |
Tideport | 45.895410 , -123.509220 |
Tolovana Park | 45.872050 , -123.959860 |
Tongue Point | 46.205468 , -123.763647 |
Tongue Point Village | 46.196770 , -123.771810 |
Trotter | 46.134095 , -123.880516 |
Uniontown | 46.185940 , -123.854030 |
Uniontown District | 46.189798 , -123.850378 |
Vesper | 45.993458 , -123.375349 |
Vinemaple | 45.888440 , -123.544290 |
Warrenton | 46.171695 , -123.923493 |
Wauna | 46.157050 , -123.406240 |
West Lake | 46.047660 , -123.929273 |
Westport | 46.130309 , -123.371415 |
Notes:
- You can download geometry data for Clatsop 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.