Sarah Endicott
Sarah Endicott
Re 2.: I just noticed that using `group` does not actually work. It changes the names in the layer list but when you uncheck the layers it has no effect.
I think I have a related issue. When I use `spatSample(method = "stratified)` with a raster with one stratum that only covers a small area I get an error. If...
Running into this again and going to try and contribute. I have two ideas one is that if no values are sampled in a stratum try setting other values to...
@AmelieJeanneau The pull request that I created might help with that. If you want to try it you could install from my fork here https://github.com/see24/terra. I just fetched the changes...
Just a heads up that what used to produce a warning message now produces an error: Error in if (is.na(gpl$raster.group)) { : the condition has length > 1 For me...
@rburner you could try installing from my fork https://github.com/see24/bbsAssistant/tree/fix-QualityCurrentID-filter Not sure how actively this project is being maintained.
Hi @rburner I think the issue is that you actually need a specific branch of my fork of the repo. Try: `devtools::install_github("see24/bbsAssistant", ref = "fix-QualityCurrentID-filter")`
I just made another push to that branch, should fix the Passeriformes issue but there are still some species not matching because of different scientific names than the ones in...
New commits added to deal with 2022 release data and to add new sb_ids to sb_items table. I added a new function to update the sb_items table based on the...
This worked in leaflet, in that it didn't have an error: ```r leaflet::leaflet()|> leaflet::addRasterImage(raster::raster(matrix(1:100), crs = "EPSG:3857")) ``` Could be that the error comes from leaflet but I am not...