There should be a keyword argument that would enable to load the actual data lazily. This would mean that the indexing into the data in load_tiff is not done or should be done as a view.
We also have to make the type of the data field in Sentinel1SLC an AbstractArray instead of a plain Array.
There should be a keyword argument that would enable to load the actual data lazily. This would mean that the indexing into the data in load_tiff is not done or should be done as a view.
We also have to make the type of the data field in Sentinel1SLC an AbstractArray instead of a plain Array.