Releases: emf-creaf/meteospain
Releases · emf-creaf/meteospain
Improvements in APIs
Changes:
- MeteoClimatic API chaged domain
- MeteoCat API returns more variables for instant and hourly scales
- AEMET API new limits and more variables for daily scale
Full Changelog: v0.1.4...v0.2.0
RIA fixed
meteospain 0.1.4
What's Changed
- Fix bug in RIA coordinates (#20) by @rubenfcasal in #21
New Contributors
- @rubenfcasal made their first contribution in #21
Full Changelog: v0.1.2...v0.1.4
Monthly yearly meteo
meteospain 0.1.2
- Added monthly and yearly temporal resolutions to AEMET service
- Removed dependencies:
- Removed dependency (and exports) from magrittr. Substituted all magrittr pipes (
%>%
) by native
pipes (|>
) - Removed dependency from crayon. Using cli now.
- Removed dependency (and exports) from magrittr. Substituted all magrittr pipes (
- New dependencies
- Added cli to manage communication with the user (messages, warnings and errors)
- Minor changes
- Improved tests
- AEMET API: return always the same variables (depending on resolution). If the variable doesn't
exists for the station and date, is created with NA. - AEMET API:
insolation
variable added to returned AEMET current data - RIA API: improved messages
- meteogalicia API: improved error managing
- meteogalicia API: improved path creation
- Code cleaning (removing old code, fixing typos, code style...)
Now with better coordinates
v0.1.1 Fixes a bug in the AEMET station data processing returning wrong coordinates (~5-8 km drifted).
meteospain 0.1.0
First minor version
- Fixed new meteogalicia API by @dataleteo (#13)
Memoization is here!
This is meteospain version 0.0.3
- Package now comply with CRAN policies about packages connecting to internet resources
- Main functions now uses memoization to avoid repeated calls to APIs
Happy Meteo
First CRAN version.
Services included:
- AEMET
- SMC
- RIA
- MeteoGalicia
- Meteoclimatic