Error in Export imageCollection to asset #1989
Answered
by
jdbcode
2021113691
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
jdbcode
Apr 26, 2024
Replies: 2 comments 2 replies
-
The parameter name is assetIds, not assetId. See https://geemap.org/common/#geemap.common.ee_export_image_collection_to_asset |
Beta Was this translation helpful? Give feedback.
1 reply
-
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:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: