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() image

Second, I check the output file and there are only two tif files image 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

Most upvoted comments

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.1

The DSPK file can be produced now, thank you!