flightsbr
Download Flight and Airport Data from Brazil
Brazil's flight-data package keeps working around what ANAC publishes and when.
◆Recent moves
- 1y ago
Readers default to the latest available data
Every read_ function now defaults to the latest available date, changing what a bare call returns and removing the need to know what has been published. read_aircrafts() is deprecated in favour of read_aircraft(), a pure typo fix with identical behaviour — the rare release here driven by design rather than by an upstream break.
View source ↗ - 3y ago
Vectorised dates for flights as air fares reader is withdrawn
read_flights() gains support for a vector of dates, while read_airfares() is withdrawn as temporarily unavailable — a capability lost to the upstream source rather than to a decision. The accompanying fixes, including dates missed because of .CSV casing in ANAC URLs, show how much of this package is URL archaeology.
View source ↗ - 4y ago
Fix for blocked 2022 data downloads
A single fix for a bug that blocked downloads of 2022 data. The earliest visible instance of the pattern that governs this package: the calendar turns, the upstream changes, the package breaks.
View source ↗