Josh Erickson

Results 21 comments of Josh Erickson

Hey @brownag I changed `list2DF` to use `as.data.frame(sapply(layers, I))` instead (I is a cool function; didn't know about it). I also added the `fetchSRI()` function as a higher level wrapper....

Alright @brownag I think we should be good! But, let me know what you think and we can go from there. Thanks again for working through this with me! ✅...

Hey @tim-salabim I can’t remember? One thing I have noticed is devtools::document() won’t run successfully with the current head. Not a big deal (we’ll might be…) but not sure why?...

Hey @Nowosad I can't remember why we didn't merge? @tim-salabim do you remember? Is it the issue with devtools::document()? The fork works locally (i've been using it) but when I...

Hey developers, I've been using this package for a while now and love it! I'm reaching out because I took a look into the `ffs()` function and noticed that it...

Hey @pecto2020, I'm glad you found this useful! As for the warning, this is a standard warning when using future and shouldn't be affecting your seed set in the function...

Hey Zach, let me think on this one a little bit. I'm taking a look and getting an idea of what you're looking at doing (looks really cool). It reminds...

I like option 2! So just create methods that handle image/imageCollection classes for `group_by()` and `summarise()`? Then we can _use_ `group_by()` for other aggregations of imageCols, etc. I like that...

Ok, so a lightweight package {rgeeTidy} or {tidyRGEE} with S3 methods for tidying image and imageCollections that we can then use for {exploreRGEE} or {easyrgee}. Sounds good to me! I'll...

Here to see what happens. Getting the same error.