climaemet 1.0.0
- package added to rOpenSpain project: repo transferred to https://github.com/rOpenSpain/climaemet
Breaking changes:
apikey
parameter has been deprecated on all the functions. Now the API
Key is globally managed via an environment variable: seeaemet_api_key()
.
Major changes
- Results are provided on
tibble/tidyverse
format. - Results are parsed to the correct formats (numbers and dates when possible).
- Spatial support: New option
return_sf
would returnsf
objects instead of tibbles.sf (>= 0.9)
required, listed on 'Suggests' so it is not strictly required. - API functions gain new parameters, as
verbose
, to check results.
Enhancements
aemet_last_obs()
now is vectorized and it can also retrieve all the stations at a glance withstation = "all"
aemet_last_obs()
now is vectorized and it can also retrieve all the stations at a glance withstation = "all"
aemet_daily_clim()
now is vectorized and it can also retrieve all the stations at a glance withstation = "all"
- New function
get_metadata_aemet()
. - New function
ggclimat_walter_lieth()
. This function is now the default forclimatogram_*
functions (experimental). Old behavior can be reproduced with optionsggplot2 = FALSE
. - Plot functions gains new parameters (
verbose
and...
). Now it is possible to pass colors to the plotting functions. - New example datasets:
climaemet_9434_climatogram
,climaemet_9434_temp
,climaemet_9434_wind
.
Internal changes
- Code optimization.
- Dependencies have been reviewed.
- Now palettes are generated with
hcl.colors()
(base R)
What's Changed
- Validación inicial by @dieghernan in #1
- Move to v1.0.0 by @dieghernan in #3
- New API management and deprecating apikey args by @dieghernan in #5
- Include vignette by @dieghernan in #7
- Force pkgdown update by @dieghernan in #8
- Update actions cache version by @dieghernan in #11
- Add API key ro README by @dieghernan in #12
- Fix sf on GHA by @dieghernan in #15
- Last bits before release by @dieghernan in #16
Full Changelog: v0.2.0...v1.0.0