eoreader: EOReader 0.17.0 and SAR: BUG whith DSPK bands
When I followed the document of https://eoreader.readthedocs.io/en/latest/notebooks/SAR.html#load-bands, some problems occurred.
First, there are some bool values of band_names returned from s1_prod.has_band(band) are True, while they don’t exist in get_existing_bands()

Second, I check the output file and there are only two tif files
which causes the code s1_prod.load(ok_bands, resolution=20.) to fail.
Are these normal phenomenon?
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 25 (13 by maintainers)
Commits related to this issue
- Updating CHANGES to add reference to issue #62 — committed to sertit/eoreader by remi-braun 2 years ago
- Updating CHANGES to add reference to issue #62 — committed to bastiencyr/eoreader by remi-braun 2 years ago
For other people that have the same issue.
TLDR: Attempt to compute DSPK bands ➡️ SNAP fails with a predictor issue ➡️ downgrade sertit to 1.19.1: ✅
pip install sertit[full]==1.19.1The DSPK file can be produced now, thank you!