Skip to content

Error in Export imageCollection to asset #1989

Answered by jdbcode
2021113691 asked this question in Q&A
Discussion options

You must be logged in to vote

In Earth Engine, you first need to create the folder or ImageCollection that will hold the export if it does not already exist. The export functions will not recursively create folders/ImageCollections.

You can do this in the Code Editor asset manager or you can run the command line tool in a notebook cell, for example:

new_folder = 'projects/MY-PROJECT/assets/NEW_FOLDER'
!earthengine --project MY-PROJECT create folder {new_folder}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@2021113691
Comment options

Comment options

You must be logged in to vote
1 reply
@2021113691
Comment options

Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants