- Use the FMI API to retrieve the FMI stations data. Previously this information was retrieved by scraping a HTML table on the FMI webiste.
-
Remove local weather stations table (CSV). This means that FMI weather stations are downloaded from the FMI website once per each session. Table is no longer available when offline, but so are most of the data as well.
-
Man pages revised
- Remove partial URL definition in the docs, as CRAN will error on these.
- Test coverage increased to 100%.
- Internally,
fmi2_global$function_map
is now a tibble instead of a list. - Stored query / function -mapping in README is generated
automatically with
list_queries()
. - Each function now lives in a file with the same name as the function (see #7)
fmi2
is here!