Illorsuit Heliport

Illorsuit Heliport (IATA: IOT, ICAO: BGLL) is a heliport in Illorsuit, a village on an island of the same name in the Avannaata municipality in western Greenland. The heliport is considered a helistop, and is served by Air Greenland as part of government contract.

Illorsuit Heliport
Summary
Airport typePublic
OperatorGreenland Airport Authority
(Mittarfeqarfiit)
ServesIllorsuit, Greenland
Elevation AMSL154 ft / 47 m
Coordinates71°14′23″N 053°33′20″W
WebsiteIllorsuit Heliport
Map
BGLL
Location in Greenland
Helipads
Number Length Surface
m ft
1 15 49 Gravel
Source: Danish AIS[1]

Airlines and destinations

AirlinesDestinations
Air Greenland (settlement flights) Nuugaatsiaq, Uummannaq[2]

Air Greenland operates government contract flights to villages in the Uummannaq Fjord region. These mostly cargo flights are not featured in the timetable,[2] although they can be pre-booked.[3] Departure times for these flights as specified during booking are by definition approximate, with the settlement service optimized on the fly depending on local demand for a given day.

gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: I prefer it this way.
gollark: Idea: wrapping_add.
gollark: Unlike LyricLy's bad thing, which timed out.
gollark: See, it was too fast, it overflowed.

References

  1. Greenland AIP for BGLL – Illorsuit Heliport from Naviair
  2. "Booking system". Air Greenland. Archived from the original on 22 April 2010. Retrieved 9 June 2010.
  3. Air Greenland, fare system rules Archived July 13, 2010, at the Wayback Machine
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.