Re: [R-sig-Geo] geodata package: CMIP6 climate model data downloading error

2023-01-24 Thread Bede-Fazekas Ákos
Dear Manuel, There are some broken links in the WorldClim website. If you find one, you can write to i...@worldclim.org. Although I have negative experiences, you should try this way. Anyway, the global, non-tiled raster can be downloaded from this link:

[R-sig-Geo] geodata package: CMIP6 climate model data downloading error

2023-01-24 Thread Manuel Spínola
Dear list members, I am trying to download CMIP6 climate model data using the R package geodata but I got this error message: bio <- cmip6_tile(lon = -84, lat = 10,"ACCESS-CM2", "126", "2021-2040", var="bioc", path = "climate_ckange") trying URL '

Re: [R-sig-Geo] Extract CRU data

2023-01-24 Thread Grzegorz Sapijaszko
On Tue, 2023-01-24 at 12:13 +0100, Miluji Sb wrote: > Greetings everyone, > > I have a question on extracting country-level data from CRU ( > https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/crucy.2205251923.v4.06/countries/tmp/ > ). Something like: To get all links/filenames in one table:

Re: [R-sig-Geo] strange issue of memory converting a raster to a data frame

2023-01-24 Thread Sebastiano Trevisani
Dear Vlad and Loic, Some more info on the issue; the error ("Error: cannot allocate vector of size 1.7 Gb") shows a random behaviour, sometimes things work (e.g., after a reboot) and sometimes not. Anyway this is a reproducible example: theTest=rast(nrows=5000, ncols=5000, nlyrs=18, xmin=0,

Re: [R-sig-Geo] Extract CRU data

2023-01-24 Thread Barry Rowlingson
Are you asking if there's a way to automate the download of a list of links from that page? You could write an R script to get the HTML, then find all the HTML tags, and then get the URLs in the link addresses, and there's packages for doing this kind of web scraping. But for this kind of thing

[R-sig-Geo] Extract CRU data

2023-01-24 Thread Miluji Sb
Greetings everyone, I have a question on extracting country-level data from CRU ( https://crudata.uea.ac.uk/cru/data/hrg/cru_ts_4.06/crucy.2205251923.v4.06/countries/tmp/). The data for each variable are available for individual countries and I am struggling to download all of them. Can I extract