Apaw-ye Kyun

Apaw-ye Kyun or Apaw Ye Kyun is an island off the coast of Rakhine State, Burma.

Apaw-ye Kyun
Apaw-ye Kyun
Coordinates: 18°22′30″N 94°19′20″E
CountryMyanmar
StateRakhine
Area
  Total0.7 km2 (0.3 sq mi)
Elevation
90 m (300 ft)
Time zoneUTC+6:30 (Myanmar Standard Time)

Geography

Apaw-ye Kyun is a bluff island 1.4 km (1 mi) long and 0.4 km (0 mi) wide. It is separated from the Rakhine coast by a 0.5 km (0 mi) wide sound.[1]

The island is wooded and rises to a height of 90 metres (295 feet). There are mud volcanoes about 2 km (1 mi) to the west and the SSW of the island.[2]

gollark: ```python#!/usr/bin/env python3import os, subprocess, sysDIR = os.path.abspath(os.path.dirname(sys.argv[0]))CC = ["gcc", "-Wall"]CACHE = os.path.join(DIR, "_cache")EXT = ".c"OUT_FILE = os.path.join(DIR, "out")if not os.path.exists(CACHE): os.mkdir(CACHE)changed_any = Falseobject_files = []for thing in os.listdir(DIR): if thing.endswith(EXT): path = os.path.join(DIR, thing) name, _, _ = thing.rpartition(EXT) cache_entry = os.path.join(CACHE, f"{name}.o") try: cache_updated_at = os.stat(cache_entry).st_mtime except FileNotFoundError: cache_updated_at = 0 code_updated_at = os.stat(path).st_mtime if cache_updated_at < code_updated_at: print(thing) subprocess.run(CC + ["-c", "-o", cache_entry, path]) changed_any = True object_files.append(cache_entry)if changed_any or not os.path.exists(OUT_FILE): subprocess.run(CC + ["-o", OUT_FILE] + object_files)else: print("no changes")```
gollark: Correction: 7.
gollark: Coming in about 3 minutes.
gollark: Use osmarksbuildsystem™.
gollark: I AM writing this, so you know.

See also

  • List of islands of Burma

References

  1. GoogleEarth
  2. Prostar Sailing Directions 2005 India & Bay of Bengal. Enroute. National Geospatial-intelligence Agency (Feb 1, 2007). p. 168


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.