Hugh Graham

Results 24 comments of Hugh Graham

Hey, So I'm experiencing a similar issue with a colleague's Mac (x86_64). The error is the same as @milesalanmoore's https://github.com/r-spatial/rgee/issues/269#issuecomment-1185673904. The issue appears to be related to the PATH argument...

Okay so quick update. Problems seemed to stem from having the correct permissions to write log/cache files. In our case on MacOS, this was for the "./.config/gcloud" and "./.config/earthengine" directories....

Just in case this is useful, I've written an alternative option for downloading the contents of a drive folder recursively, maintaining the file strucure from Google drive: https://gist.github.com/h-a-graham/27f3fceca4616cd54809dd3c28b8689b Thanks for...

+1 for this feature! In the meantime I found this quite helpful in case anyone stumbles on this issue: ``` r library(googledrive) drive_down_to_dir • 'chicken_doc' #> Saved locally as: #>...

Hey all, I'm coming up against this issue using addGlPolylines() and varSelectInput() - If Ichange the column input to the polylines more than ~3 times the app runs out of...

Not sure if this helps but I am having this issue and can reproduce it like so... From a fresh session... ``` ras_template

Okay.. I just updated to the Dev version of {terra} and this no longer hangs but does occasionally print the error message. The previous version I was running was from...

A thought... The JSON outout created from the API request includes all available datasets and their respective download link. The EA portal has many great datasets but they spatially vary...

Precisely, My thinking is that with this core functionality we can write a bunch of helper/wrapper functions which will return, as you say, most recent dtm, dsm, point cloud etc....

Hey @barnabasharris, So i've managed to find a little time to play with this. Basically, I've decided to create a new package - this is for a couple of reasons....