Download outline map of Ko Kut (geojson format) :
Ko Kut.geojson (**)
Download polygon array of Ko Kut map for "Google Maps" :
Ko Kut.txt
Bounding Box for Ko Kut Map : ( 11.559556007 , 102.447052002 , 11.838749886 , 102.613746643 )
Wikipedia ID for Ko Kut : Q475787
Wikipedia SPARQL Query for Ko Kut (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q475787 wdt:P1082 ?population. }
OPTIONAL { wd:Q475787 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q475787 wdt:P2046 ?area. }
OPTIONAL { wd:Q475787 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q475787 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q475787 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 Ko Kut map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.559556007, 102.447052002, 11.838749886, 102.613746643);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ko Kut)
[out:json];
(
rel["name"="Ko Kut"][type=boundary];
rel["name:en"="Ko Kut"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ko Kut
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ban Ao Chak | 11.627470 , 102.599330 |
Ban Ao Chak | 11.595640 , 102.556580 |
Ban Ao Daeng | 11.806920 , 102.475420 |
Ban Ao Kalang | 11.593180 , 102.593360 |
Ban Ao Kathueng | 11.810890 , 102.470420 |
Ban Ao Kathueng | 11.569280 , 102.593920 |
Ban Ao Khlong Khwaen | 11.737390 , 102.566060 |
Ban Ao Nit | 11.805170 , 102.485690 |
Ban Ao Phai | 11.816140 , 102.481080 |
Ban Ao Phai | 11.815530 , 102.501690 |
Ban Ao Phra | 11.813410 , 102.456260 |
Ban Ao Phrao | 11.598190 , 102.572220 |
Ban Ao Prong | 11.795670 , 102.485060 |
Ban Ao Sapparot | 11.748280 , 102.559420 |
Ban Ao Ta Long | 11.827720 , 102.481500 |
Ban Bang Bao | 11.613860 , 102.536880 |
Ban Hat Takhian | 11.600720 , 102.543220 |
Ban Khlong Nam Sai | 11.666470 , 102.551440 |
Ban Laem Kluai | 11.683330 , 102.600000 |
Ban Laem Son | 11.826690 , 102.508250 |
Ban Laem Tukkata | 11.812580 , 102.449390 |
Ban Nai Chiap | 11.725860 , 102.566330 |
Ban Rong Yang | 11.812000 , 102.480440 |
Ban Son Yai | 11.815750 , 102.459470 |
Notes:
- You can download geometry data for Ko Kut 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.