Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create folder and move files in specied folder using rgee #368

Open
Sandipriz opened this issue Jul 26, 2024 · 2 comments
Open

Create folder and move files in specied folder using rgee #368

Sandipriz opened this issue Jul 26, 2024 · 2 comments

Comments

@Sandipriz
Copy link

Sandipriz commented Jul 26, 2024

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
Copy link
Author

@etiennebr, @edzer need your suggestion on this.

@edzer
Copy link
Member

edzer commented Jul 31, 2024

Sorry, can't help you on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants