CNES / zcollection

Python library allowing to manipulate data split into a collection of groups stored in Zarr format.
https://zcollection.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Add a trim argument in the update function #3

Closed robin-cls closed 1 year ago

robin-cls commented 1 year ago

Hello,

I think it would be a great addition to the zcollection if we could add trim argument to the zcollection.update(depth=1) function used in overlap mode. This argument would allow us to specify if our function returns the overlapped part or not

I added more details in the attached document :

zcollection_trim_feature_request.pdf

fbriol commented 1 year ago

Implemented in the develop branch.