-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I'm working on writing tests to improve the test coverage for the package (and hopefully stop the automated e-mails that the tests failed).
Right now I'm working on get_chirps() for the SpatRaster method but I'm getting an error.
r <- rast(system.file("ex/elev.tif", package = "terra"))
x_raster <- get_chirps(r, dates, server = "CHC", as.raster = TRUE)Results in an error.
Error in `[.data.frame`(lonlat, , 2) : undefined columns selectedAm I just using the function incorrectly?
Metadata
Metadata
Assignees
Labels
No labels