EOA-team / eodal

Earth Observation Data Analysis Library
https://eodal.readthedocs.io/en/latest/
GNU General Public License v3.0
93 stars 15 forks source link

RasterCollection.copy() not working #8

Closed orianif closed 2 years ago

orianif commented 2 years ago

RasterCollection.copy() does not look to copy all the attribute structure correctly. I had to use copy.deepcopy() instead.

lukasValentin commented 2 years ago

This issue is resolved by merging #17