Changelog
Source:NEWS.md
fmi2 (development version)
CHANGES IN VERSION 0.2.0 (2020-11-29)
- Use the FMI API to retrieve the FMI stations data. Previously this information was retrieved by scraping a HTML table on the FMI webiste.
CHANGES IN VERSION 0.1.1 (2019-XX-XX)
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
Development related
- 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)