Robert Hijmans
Robert Hijmans
I see ``` file.info("all_terra.tif")$size / 1024^2 #[1] 901.186 file.info("all_terra_rewrite.tif")$size / 1024^2 #[1] 261.0031 describe("all_terra.tif")[c(37, 45)] #[1] " COMPRESSION=LZW" #[2] "Band 1 Block=1100x1 Type=Float32, ColorInterp=Gray" describe("all_terra_rewrite.tif")[c(37, 45)] #[1] " COMPRESSION=LZW" #[2]...
I asked Tomas a week ago and he wrote: > Apache Arrow does not have a build configuration in MXE, so someone would have to create that. I can try,...
It is currently not implemented. I think I would copy the file and directly open that with `rast`. Is the issue that this complicates the workflow?
You can now specify a path: ``` library(terra) x
I have added a new method `wrapCache` to avoid making the standard `wrap` too complex. I have not tested it yet. I will, but perhaps you can have a look...
I do not get a crash with the large raster on windows with GDAL 3.5.2 nor on Ubuntu with GDAL 3.4.0 or GDAL 2.2.3. I do not have access to...
I wonder if this is related to this being a box folder. What happens if you copy the folder to another location?
I do not know what causes this. There was an unresolved similarly weird issue with NetCDF files on a Google Drive: https://github.com/rspatial/terra/issues/221 Does the below work (a relatively direct call...
Thank you. I need to redesign SpatVector a bit to better accommodate very many points. For now, here is a work-around for your specific use case (you do not need...
@kadyb no, this goes through OGR/GDAL