Ichon Northeast Airport

Pangyo Airport (a.k.a.Ichon Northeast Airport) is an airport in Pangyo County, Kangwon-do, North Korea.

Pangyo Airport
Summary
Airport typeMilitary
ServesPangyo, North Korea
Elevation AMSL561 ft / 171 m
Coordinates38°40′26.80″N 126°55′26.30″E
Runways
Direction Length Surface
ft m
03/21 3,900 1,189 Grass
Ichon Northeast Airport
Chosŏn'gŭl
판교비행장
Hancha
Revised RomanizationPangyo bihaengjang
McCune–ReischauerP'an'gyo pihaengjang

Facilities

The airfield has a single grass runway 03/21 measuring 3900 x 207 feet (1189 x 63 m).[1] It is sited in a small river valley.[2]

gollark: Not all Lua is created equal.
gollark: It's maaaaaagic.
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.

References

  1. Landings database page "Landings.Com", accessed 25 Aug 2010
  2. GlobalSecurity.org "Air Bases - Ichon Northeast", accessed 25 Aug 2010


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