flightsbr
flightsbr copied to clipboard
R Package to Download Flight and Airport Data from Brazil
The function `read_airfares()` currently not working because ANAC has changed the url address where the data files are stored. In the recent past, fares data on domestic and international flights...
Data for registered aircraft seems to fail as from 2024. I am using `v1.0.0` of the package. December 2023 is ok: ```r > aaa aaa aaa
[source](https://siros.anac.gov.br/siros/registros/). Any particular use ?
This would be similar to what we already do in [{censobr}](https://ipeagit.github.io/censobr/reference/index.html#cache-data) and [{geocodebr}](https://ipeagit.github.io/geocodebr/reference/index.html#gest-o-de-dados-em-cache). However, because ANAC oftentimes update existing files, we would need to compare the version of files previously...