terra icon indicating copy to clipboard operation
terra copied to clipboard

R package for spatial data handling https://rspatial.github.io/terra/reference/terra-package.html

Results 191 terra issues
Sort by recently updated
recently updated
newest added

Hello, I am looking to install terra on Amazon Linux 2, a Redhat-based distro. The best way I could find to install GDAL and PROJ on Redhat is installing from...

When trying to install 'terra', I am getting: ``` configure: error: gdal-config not found or not executable. ERROR: configuration failed for package ‘terra’ * removing ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/terra’ Warning in install.packages :...

While trying to multiply a multi-layer SpatRaster (with 87648 layers) by an integer number: `imerg.hourly.2006.2010

I have a small vector layer of about 80,000 grid squares and not quite 50 attribute table columns. Function timing with R 4.2.1, dplyr 1.0.9, readr 2.1.2, and terra 1.5-34...

This is a follow-up to a recent bug fix [here](https://github.com/rspatial/terra/issues/732) With the aforementioned update, regular sampling of `ext(rast)` leads to results that differ in a surprising way from regular sampling...

In #320 I asked whether it would be possible to add the bylayer argument to the `writeRaster` function, similarly to the same function in the `raster` package. In the kind...

I noticed a little hiccup with `writeRaster()`. Not sure this is entirely a "bug," but it did throw me for a little bit of a loop so perhaps it can...

Is it possible to run in parallel? I have tried to run in parallel for calculation, I faced with the error message "NULL value passed as symbol address"

I'm trying to install terra for a monocle3 installation. I think there's an issue with the proj4.8 on centos 7 missing proj.h file? ``` [root@wsu177 ~]# R R version 4.1.0...

If there was possibility in the future, it would be great if spatial indexes could be implemented like in `{sf}` (here is related blogpost: https://r-spatial.org/r/2017/06/22/spatial-index.html).