Package: fmi2 Title: Finnish Meteorological Institute open data API R client Version: 0.2.0 Date: 2020-11-29 Authors@R: c( person("Joona", "Lehtomaki", , "jlehtoma@pm.me", role = c("aut", "cre")), person("Leo", "Lahti", role = "aut", comment = c(ORCID = "0000-0001-5537-637X")), person("Ilari", "Scheinin", role = "ctb") ) Description: R client for the Finnish Meteorological Institute (FMI) open data API. This package supersedes the obsolete fmi package. Client can be used to fetch geospatial over FMI's WFS and converted into geospatial objects in R. License: MIT + file LICENSE URL: https://ropengov.github.io/fmi2/, https://github.com/rOpenGov/fmi2 BugReports: https://github.com/rOpenGov/fmi2/issues Depends: R (>= 3.3) Imports: checkmate (>= 1.9.4), dplyr (>= 0.7.6), glue (>= 1.3.1), httpcache (>= 1.1.0), httr (>= 1.4.1), lubridate (>= 1.7.4), magrittr (>= 1.5), methods, purrr (>= 0.3.2), rlang (>= 0.1.2), rvest (>= 0.3.2), sf (>= 0.6.3), tibble (>= 1.4.2), xml2 (>= 1.2.0) Suggests: covr (>= 3.1.0), DT (>= 0.8), ggplot2 (>= 3.2.1), httptest (>= 3.2.2), knitr (>= 1.20), leaflet (>= 2.0.2), prettydoc (>= 0.3.0), rmarkdown (>= 1.10), roxygen2 (>= 6.1.1), skimr (>= 1.0.7), testthat (>= 2.0.0), tidyr (>= 0.8.3) VignetteBuilder: knitr ByteCompile: true Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 X-schema.org-isPartOf: http://ropengov.org/ X-schema.org-keywords: ropengov Collate: 'fmi2-global.R' 'aaa.R' 'describe_variables.R' 'fmi_api.R' 'fmi_stations.R' 'list_parameters.R' 'list_queries.R' 'obs_weather_daily.R' 'obs_weather_hourly.R' 'to_sf.R' 'utils-pipe.R' 'valid_fmisid.R' Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ropengov.r-universe.dev Date/Publication: 2023-07-13 13:29:52 UTC RemoteUrl: https://github.com/rOpenGov/fmi2 RemoteRef: HEAD RemoteSha: 5194d67c282f40acb4c9f6a1c71bcbf5b32d357e NeedsCompilation: no Packaged: 2026-06-21 10:34:40 UTC; root Author: Joona Lehtomaki [aut, cre], Leo Lahti [aut] (ORCID: ), Ilari Scheinin [ctb] Maintainer: Joona Lehtomaki