rgee icon indicating copy to clipboard operation
rgee copied to clipboard

Create folder and move files in specied folder using rgee

Open Sandipriz opened this issue 1 year ago • 2 comments

I have my data in GEE inside the folder

image

training_dir1 <- 'projects/cerrado123/assets/4_output/'

as you see in the image.

When I try to create the sub-folder v3 in folder 4_output, to move all the files from 4_output to the v3 sub-folder as:

user <- ee_get_assethome() addm <- function(x) {sprintf("%s/%s",user, x)}

#Create a Folder ee_manage_create( path_asset = addm("cerrado123/4_output/v3"), asset_type = "Folder" )

It creates the sub_folder in Legacy Asset instead of in Cloud Asset.

image

I don't understand where I go wrong.

Sandipriz avatar Jul 26 '24 20:07 Sandipriz

@etiennebr, @edzer need your suggestion on this.

Sandipriz avatar Jul 31 '24 01:07 Sandipriz

Sorry, can't help you on this one.

edzer avatar Jul 31 '24 07:07 edzer