Francisco Rodriguez-Sanchez
Francisco Rodriguez-Sanchez
If providing a daily date (e.g. 2021-01-20), the function proceeds and starts data download but gives error afterwards. Better to check that period is a month (yyyy-mm) and not a...
Function examples (both for daily and monthly data) start with matrices, then convert to data.frame or tibble. I think most people are much more familiar with data.frames or tibbles than...
date values should be yyyy-mm ``` r library(easyclimate) coords #> Downloading Prcp data... This process might take several minutes ex #> ID_coords lon lat date Prcp daily_Prcp_NA #> 1 1...
We could add other climate data sources, particularly if they implement cloud-optimised geotiffs... One good candidate are climatic layers from OpenLandMap: https://gitlab.com/openlandmap/global-layers. They provide global 1-km resolution daily temperature and...
Prepare for release: * [x] `git pull` * [ ] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_grateful.html) * [ ] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [ ] `usethis::use_github_links()` * [ ] `urlchecker::url_check()` * [...
A student came to me with a problem where he had about a hundred sites and wanted to get climate *for a specific period* for each site. Currently, if you...
https://www.learn-mlms.com/08-module-8.html https://easystats.github.io/parameters/articles/demean.html
https://github.com/mkshaw/r2mlm