gee-community / geetools

A collection of tools to work with Google Earth Engine Python API
https://geetools.readthedocs.io/en/stable/
MIT License
503 stars 121 forks source link

fix: manipulate image collection as folders #278

Closed 12rambau closed 2 days ago

12rambau commented 2 days ago

This PR introduce the concept of container. a container is an asset that can contain other assets. In the GEE realm that's currently only Folder and IMAGE_COLLECTION. For these 2 objects I manipulated the rmdir, delete, move and copy methods of the Asset obbject so they become capable to deal with internal recursivity.