AMBarbosa

Results 26 comments of AMBarbosa

Hi, I'm also using 'terra' now (which efficiently replaces both 'raster' and 'sp'+'rgdal' and is becoming increasingly used). `terra::extract` is much faster than `raster::extract`, but still not as fast as...

Actually, by this point of reading this thread, I had forgotten it was originally about implementing extraction for points :) I meant implement 'SpatVector' polygon input, as `exactextractr` is still...

My bad, I didn't notice some examples were with `extract` and others with `exact_extract` ;) But minimal implementation could be something so simple as coercing to 'sf' at the beginning...

I don't think it is warning-worth, but it might indeed be a good idea to mention in the help file `@param y` that 'Spatial*' and 'SpatVector' inputs will be converted...

Another very important column to include would be "occurrenceStatus", which states whether the species was recorded PRESENT or indeed ABSENT at each site.

Hi, any news on this? I'm sorry to insist, but leaving out especially the "occurrenceStatus" column renders `occ2df` essentially useless (which is a shame, because it would be incredibly useful...

Oops, sorry if it's a duplicate. But the 'terra' package has come a very long way since #340, it should now completely replace both 'raster' and 'sp' (I'm certainly doing...

I've just tried it on my end and indeed that fails, but not if you separate the commands: ``` strs

In case it helps, the latest version of `leaflet` now accepts SpatRaster (https://github.com/rstudio/leaflet/blob/main/man/addRasterImage.Rd) and SpatVector inputs (e.g. https://github.com/rstudio/leaflet/blob/main/man/leaflet.Rd).

Hi, I was about to report the same issue. Now that @RS-eco mentions the matrix conversion, I found that the function seems to work properly if we **disable** the line...