xai4space / meteors

Package for Explanations of Remote Sensing Imaginery
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

band mask created by hand #22

Open Fersoil opened 6 days ago

Fersoil commented 6 days ago

Simplified the flow of creating a band mask - for now the core feature of our package, since spectral analysis is something new.

To create a band mask, users may pass list of bands, ranges of wavelengths, ranges of indices of wavelengths and dictionary containing simple list of indices.

Band names are matched using spyndex library

Created also more detailed tests

I guess, I could describe this feature more thoroughly - create a diagram, some use-cases or better description

codecov[bot] commented 4 days ago

Codecov Report

Attention: Patch coverage is 89.34911% with 18 lines in your changes missing coverage. Please review.

Flag Coverage Δ
unittests 67.90% <89.34%> (+34.90%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/meteors/__init__.py 85.71% <100.00%> (+5.71%) :arrow_up:
src/meteors/visualise/__init__.py 80.00% <50.00%> (+80.00%) :arrow_up:
src/meteors/lime.py 83.46% <89.69%> (+36.09%) :arrow_up:

... and 4 files with indirect coverage changes