VeruGHub / easyclimate

Easy access to high-resolution daily climate data for Europe
https://verughub.github.io/easyclimate/
GNU General Public License v3.0
46 stars 1 forks source link

Errors #10

Closed VeruGHub closed 3 years ago

VeruGHub commented 3 years ago
  1. With extract_from_coords, climatic_var = tmax and years = 1952: [1] 1952 Error: [extract] cannot read values Además: Warning messages: 1: TIFFFillTile:Read error at row 4608, col 2560, tile 897; got 0 bytes, expected 36605420 (GDAL error 1) 2: TIFFReadEncodedTile() failed. (GDAL error 1) Error: [extract] cannot read values

  2. terra::extract I get data frames with different number of columns for each year so at the end is not possible to run do.call(rbind, climate_extract3)

Pakillo commented 3 years ago

The code has been fully rewritten and this is fixed now. Closing