Primavera do Leste Airport
Primavera do Leste Airport (ICAO: SWPY), is the airport serving Primavera do Leste, Brazil.
Primavera do Leste Airport Aeroporto de Primavera do Leste | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Summary | |||||||||||
Airport type | Public | ||||||||||
Serves | Primavera do Leste | ||||||||||
Elevation AMSL | 655 m / 2,149 ft | ||||||||||
Coordinates | 15°33′56″S 054°20′16″W | ||||||||||
Map | |||||||||||
SWPY Location in Brazil | |||||||||||
Runways | |||||||||||
| |||||||||||
Airlines and destinations
Airlines | Destinations |
---|---|
ASTA Linhas Aéreas | Cuiabá |
Access
The airport is located 4 km (2 mi) from downtown Primavera do Leste.
gollark: See?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); mmap(info->si_addr, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0); exit(1);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: I checked and I can, in fact, catch SIGSEGVs.
gollark: ... it *sometimes* says 0 and sometimes says a few other specific things?
gollark: `info->si_addr` isn't actually producing a consistent result of 0, which it should as I'm making my program derefereneajsbkjadbajsdakjsd `NULL`.
See also
References
- "Aeródromos". ANAC (in Portuguese). 15 October 2019. Retrieved 24 April 2020.
External links
- Airport information for SWBG at World Aero Data. Data current as of October 2006.Source: DAFIF.
- Airport information for SWBG at Great Circle Mapper. Source: DAFIF (effective October 2006).
- Current weather for SWBG at NOAA/NWS
- Accident history for SWBG 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.