Alegrete Airport

Gaudêncio Machado Ramos Airport (IATA: ALQ, ICAO: SSLT), informally known as Alegrete Novo Airport, is the airport serving Alegrete, Brazil.

Gaudêncio Machado Ramos Airport

Aeroporto Gaudêncio Machado Ramos
Summary
Airport typePublic
ServesAlegrete
Time zoneTime in Brazil (UTC−03:00)
Elevation AMSL140 m / 459 ft
Coordinates29°48′45″S 055°53′32″W
Map
ALQ
Location in Brazil
Runways
Direction Length Surface
m ft
14/32 1,200 3,937 Asphalt
Sources: ANAC[1]

History

The airport was built as a replacement to an older facility located closer to downtown which was then closed.

Airlines and destinations

No scheduled flights operate at this airport.

Access

The airport is located 12 km (7 mi) from downtown Alegrete.

gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
gollark: Perhaps it is also possible to construct some sort of regex/deterministic finite automaton to match things matching anagramatically.
gollark: Bogothings run in O(n!) time mostly. So just make `giveup`'s maximum be `math.factorial(len(remove_whitespace(s)))`.

See also

References

  1. "Aeródromos". ANAC (in Portuguese). 22 August 2019. Retrieved 7 July 2020.

%

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