EOA-team / eodal

Earth Observation Data Analysis Library
https://eodal.readthedocs.io/en/latest/
GNU General Public License v3.0
93 stars 15 forks source link

Fabio dev #16

Closed orianif closed 1 year ago

orianif commented 2 years ago

added eodal.core.algorithms module. added eodal.core.algorithms.imrisc function added examples/color_rescaling example

lukasValentin commented 2 years ago

Hi Fabio,

looks nice - thanks for the work :)

Do you actually know how to write tests using pytest. It'd be actually my plan that every module and functionality is covered by at least a single automated test. I guess this could be also interesting for @m-i-g-u-e-l and @helgeaasen. Since you're function is arguably small it'd be actually a nice example showing you how to write tests.

I'd therefore propose that we add some tests (we could do this together so that all team member benefit) and once the tests pass we could merge it into the master branch.

Would that be okay for you, Fabio (@orianif )?

Cheers :beers: