Santa Rosa Airport (Brazil)
Luís Alberto Lehr Airport (IATA: SRA, ICAO: SSZR) is the airport serving Santa Rosa, Brazil.
Luís Alberto Lehr Airport Aeroporto Luís Alberto Lehr | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Summary | |||||||||||
Airport type | Public | ||||||||||
Operator | DAP | ||||||||||
Serves | Santa Rosa | ||||||||||
Elevation AMSL | 300 m / 984 ft | ||||||||||
Coordinates | 27°54′32″S 054°31′20″W | ||||||||||
Map | |||||||||||
![]() ![]() SRA Location in Brazil | |||||||||||
Runways | |||||||||||
| |||||||||||
It is operated by DAP.
History
The airport was inaugurated on December 8, 1957.
Airlines and destinations
No scheduled flights operate at this airport.
Access
The airport is located 6 km (4 mi) southwest from downtown Santa Rosa.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.
gollark: If you try to cd .. it just puts you in the same directory for funlolz.
gollark: Paths are canonicalized before checking.
gollark: Nope, that's patched.
See also
References
- "Santa Rosa Airport Information". World Aero Data.
- "Lista de aeródromos públicos" (in Portuguese). ANAC.
External links
- Airport information for SSZR at World Aero Data. Data current as of October 2006.Source: DAFIF.
- Airport information for SSZR at Great Circle Mapper. Source: DAFIF (effective October 2006).
- Current weather for SSZR at NOAA/NWS
- Accident history for SRA at Aviation Safety Network
%
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.