Closed orianif closed 2 years ago
RasterCollection.copy() does not look to copy all the attribute structure correctly. I had to use copy.deepcopy() instead.
This issue is resolved by merging #17
RasterCollection.copy() does not look to copy all the attribute structure correctly. I had to use copy.deepcopy() instead.