You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
archive.R deals with reading multinple FR24 flight files.
It has the benefit of dealing with the old problem reported to FR24 whereby CALLSIGN fields contained NULL characters (character string terminator \0) making the parsing of the filed fail by the underlying C library.
Ignoring this, multiple file read can simply be achieved with purrr (which is by the way used in import_flights_csvs too)
The text was updated successfully, but these errors were encountered:
archive.R
deals with reading multinple FR24 flight files.It has the benefit of dealing with the old problem reported to FR24 whereby CALLSIGN fields contained NULL characters (character string terminator
\0
) making the parsing of the filed fail by the underlying C library.Ignoring this, multiple file read can simply be achieved with
purrr
(which is by the way used inimport_flights_csvs
too)The text was updated successfully, but these errors were encountered: