Docs changed to reflect the new functionality of force-level1-landsat
I noticed that pip install in the dependencies does not specify the numpy version and scipy is missing. I'm not sure if those are required for Andreas' scripts, but I remember the Dockerfile used specific versions for both packages.
Thanks Stefan. In the Docker, I wanted to make sure that it will work. There was at least one numpy version that was bugged. We could add this Info to the dependencies as well, but I think it is OK
Docs changed to reflect the new functionality of force-level1-landsat
I noticed that
pip install
in the dependencies does not specify the numpy version and scipy is missing. I'm not sure if those are required for Andreas' scripts, but I remember the Dockerfile used specific versions for both packages.