simonrp84 / PyCoxMunk

Python package for estimating sea surface reflectance.
https://pycoxmunk.readthedocs.io/en/latest/
GNU General Public License v3.0
9 stars 3 forks source link

Fixed issue in Example notebook regarding SLSTR file search #4

Closed arthur-e closed 1 year ago

arthur-e commented 1 year ago

See Issue #3.

It's necessary to indicate reader = "slstr_l1tb" in both find_files_and_reader() and Scene().

simonrp84 commented 1 year ago

Closed as outdated.