Bokondini Airport

Bokondini Airport (IATA: BUI, ICAO: WAJB) is an airport in Bokondini, Tolikara Regency, Papua, Indonesia.[1][2]

Bokondini Airport

Bandar Udara Bokondini
Summary
LocationBokondini, Tolikara Regency, Papua, Indonesia
Elevation AMSL4,593 ft / 1,400 m
Coordinates3.684660°S 138.680030°E / -3.684660; 138.680030
Map
BUI
Location in Papua
BUI
Location in Western New Guinea
BUI
Location in Indonesia
Runways
Direction Length Surface
ft m
3,050 930

Airlines and destinations

AirlinesDestinations
Susi Air Wamena
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.
gollark: Ah, base64 should do it, yes.

References



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