THIS PACKAGE HAS BEEN REPLACE BY fmi2 AND WILL NOT BE UPDATED OR MAINTAINED ANYMORE.
This rOpenGov R package (fmi
) provides a client to access Finnish Meteorological Institute (Ilmatieteenlaitos) open data.
- Maintainer: Joona Lehtomäki
- Original author: Jussi Jousimo
- Co-authors: Leo Lahti, Ilari Scheinin
- Full contributor list
- License: FreeBSD
For usage, check the tutorial page. Also check these examples of getting FMI lightning data and gridded observation (raster) data.
fmi
relies on rwfs
package for
interfacing with the FMI WFS (Web Feature Service) API. rwfs
in turn relies
on sf
package for the actual
geospatial operations. Neither fmi
nor rwfs
are yet on CRAN, but you can
install them directly from GitHub using devtools
:
install.packages("devtools")
devtools::install_github("rOpenGov/rwfs")
devtools::install_github("rOpenGov/fmi")
You are welcome to:
- Use issue tracker for feedback and bug reports.
- Send pull requests
- Star us on the Github page
- Join the discussion in Gitter