Skip to content

Releases: emf-creaf/meteospain

RIA fixed

20 Dec 09:13
Compare
Choose a tag to compare

meteospain 0.1.4

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.4

Monthly yearly meteo

22 Mar 16:43
Compare
Choose a tag to compare

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.
  • 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

14 Feb 16:31
Compare
Choose a tag to compare

v0.1.1 Fixes a bug in the AEMET station data processing returning wrong coordinates (~5-8 km drifted).

meteospain 0.1.0

20 Jan 17:48
Compare
Choose a tag to compare

First minor version

Memoization is here!

07 Nov 17:52
Compare
Choose a tag to compare

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

25 Oct 07:28
Compare
Choose a tag to compare

First CRAN version.
Services included:

  • AEMET
  • SMC
  • RIA
  • MeteoGalicia
  • Meteoclimatic