sdk.aoi_collection.clone()
elements.sdk.api.aoi_collection
Clone an AOI Collection.
Create a new identical AOI Collection from the specified AOI Collection ID.
AOI Collection ModificationsNote that AOI Collections can only be edited before they are submitted for a computation. After they are submitted for a computation, they become immutable.
Parameters
- aoi_collection_id (str) - ID of the AOI Collection to be cloned
Returns
AOICollection.id
Example(s)
# Clone an AOI Collection
await sdk.aoi_collection.clone(aoi_collection_id="43af4120-959c-47be-a34c-9c7bf5ab37af")
# Output (cloned AOI Collection ID)
06a60bdb-80c1-4134-b988-74da7e9194c8Updated 6 months ago