When creating a s1_grd (or comparable) objects, the repr is non-informative: `<ost.Project.Sentinel1Batch at 0x7f4ad829ca90>` This is low-priority, but we can add a `__repr__` method to these classes, so the output is more readable.
When creating a s1_grd (or comparable) objects, the repr is non-informative:
<ost.Project.Sentinel1Batch at 0x7f4ad829ca90>This is low-priority, but we can add a
__repr__method to these classes, so the output is more readable.