Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Multi-Resolution products cannot be read/written by default product readers/writers
Description
Current product writers assume that all bands of a product are of the same dimension and resolution. This is not the case for Sentinel-2, Sentinel-3, or Landsat products. Writers need to be adapted to write these bands. Also, once these products have been written, it shall be possible to read them back in again. To this end, default readers need to be adapted.
We close this issue, because it works at least for BEAM-DIMAP. For the specific reader/writer separate issue shall be created if it is possible at all.
Norman Fomferra 23 July 2015 at 12:32
Dependent code that still cannot deal correctly/at all with multisize products shall be marked with a comment line as follows:
// todo - [multisize_products] fix: <problem description and hint how to solve it>
Tonio Fincke 15 July 2015 at 14:11
This issue is related to https://senbox.atlassian.net/browse/SNAP-130#icft=SNAP-130 . Actually, reading and writing of multi-resolution products is now enabled for BEAM-DIMAP and netcdf4-beam, other netcdf readers/writers still need to be adapted.
Current product writers assume that all bands of a product are of the same dimension and resolution. This is not the case for Sentinel-2, Sentinel-3, or Landsat products. Writers need to be adapted to write these bands.
Also, once these products have been written, it shall be possible to read them back in again. To this end, default readers need to be adapted.