Download outline map of Kodiak Island (geojson format) :
Kodiak Island.geojson (**)
Download polygon array of Kodiak Island map for "Google Maps" :
Kodiak Island.txt
Bounding Box for Kodiak Island Map : ( 55.699912 , -156.903153 , 59.017887 , -151.690505 )
Wikipedia ID for Kodiak Island : Q514093
Wikipedia SPARQL Query for Kodiak Island (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q514093 wdt:P1082 ?population. }
OPTIONAL { wd:Q514093 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q514093 wdt:P2046 ?area. }
OPTIONAL { wd:Q514093 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q514093 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q514093 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 Kodiak Island map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](55.699912, -156.903153, 59.017887, -151.690505);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kodiak Island)
[out:json];
(
rel["name"="Kodiak Island"][type=boundary];
rel["name:en"="Kodiak Island"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kodiak Island
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aiaktalik | 56.706940 , -154.115000 |
Akhiok | 56.945287 , -154.213725 |
Aleksashkina | 57.780000 , -152.355280 |
Aleneva | 58.059049 , -152.909098 |
Aleut Village | 58.017800 , -152.765500 |
Chiniak | 57.577561 , -152.274790 |
Duck Village | 58.108330 , -152.550000 |
Kaguyak | 56.869340 , -153.775730 |
Karluk | 57.584729 , -154.326216 |
Kodiak | 57.791127 , -152.405936 |
Kodiak Station | 57.744689 , -152.540392 |
Kukak | 58.332810 , -154.190710 |
Larsen Bay | 57.539724 , -154.008161 |
Old Harbor | 57.212916 , -153.338058 |
Ouzinkie | 57.922832 , -152.470524 |
Port Bailey | 57.931350 , -153.045470 |
Port Lions | 57.876029 , -152.864317 |
Port O'Brien | 57.731940 , -153.316670 |
Port Wakefield | 58.049170 , -153.052500 |
Port William | 58.492220 , -152.582780 |
Uganik (historical) | 57.769710 , -153.550330 |
Uyak | 57.637360 , -154.003600 |
West Point Village | 57.767100 , -153.540630 |
Womens Bay | 57.695981 , -152.627651 |
Zachar Bay | 57.553990 , -153.748300 |
Notes:
- You can download geometry data for Kodiak Island 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.