Ahmed El-Gabbas
Ahmed El-Gabbas
Hello, Does the `fasterize` package also work with `sf` LINESTRING objects? I tried to use the function, but it gives me this error: ``` Error in fasterize(sf = st_as_sf(Sh1), raster...
Hello, I would like to use `terra::project()` to project CHELSA data into a custom grid at `EPSG:3035` projection. However, the values of some of the projected maps are not as...
Hello, I would like to export a raster object into netCDF file. However, I receive an error when using `compression` argument. ``` # raster version: 3.6-26 # ncdf4 version: 1.22...
When using `ggplot2::ggplotGrob()` (and indirectly `ggExtra::ggMarginal()`) inside a `future::future_lapply()` call with `plan(multisession)`, warnings appear related to unexpected graphics device changes. This breaks the expected isolation of child processes: child workers...