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 typePublic
ServesPrimavera do Leste
Elevation AMSL655 m / 2,149 ft
Coordinates15°33′56″S 054°20′16″W
Map
SWPY
Location in Brazil
Runways
Direction Length Surface
m ft
01/19 1,100 3,609 Dirt
Sources: ANAC[1]

Airlines and destinations

AirlinesDestinations
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

  1. "Aeródromos". ANAC (in Portuguese). 15 October 2019. Retrieved 24 April 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.