TUW-GEO / repurpose

Routines for the conversion of image formats to time series and vice versa.
Other
4 stars 4 forks source link

Fix issue with target_grid #13

Closed s-scherrer closed 3 years ago

s-scherrer commented 3 years ago

Fixes #12, and updates the documentation of Img2Ts.

sebhahn commented 3 years ago

Wouldn't it be cleaner/saver to check for the class instance CellGrid instead of the existence of a method/attribute?

s-scherrer commented 3 years ago

Wouldn't it be cleaner/saver to check for the class instance CellGrid instead of the existence of a method/attribute?

Yes, probably even better, if all cell grids derive from CellGrid.