fmi2 (development version)
CHANGES IN VERSION 0.2.0.9000 (2023-01-17)
This is a fork at (https://github.com/aphalo/fmi2) Forked from (https://github.com/rOpenGov/fmi2)
- Add support for radiation query
- Add vignette with examples for Kumpula
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_mapis 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)
