- When asking for climate data for a polygon dataset (sf or SpatVector), the output raster is now masked to the extent of the polygon (issue #39).
- Added new argument "version" to specify the version of the climate data to download (latest version is v4 - available from 1950 to 2022 and using E-Obs 27.0e; previous version is v3 - available from 1950 to 2020 and using E-Obs 17.0e).
- Improved check_server diagnosis. Now timing out after 30 seconds, and providing better error messages.
- Improved check_server diagnosis.
- Queries limited to max. 10000 sites or 10000 km2 to avoid saturating the server.
- Coordinates (lon, lat) of the output dataframe now match input coordinates to
get_daily_climate
, unless providing a polygon when output coordinates are those of the raster cells enclosed in the polygon.
- New function
check_server()
to check that the climate data server is working correctly.
- Now giving the possibility to download multiple climatic variables at once.
- Now returning temperature data in ºC and precipitation in mm.
- Now providing data between 1950 and 2020, using version 3 of the climatic dataset.