ubarsc / python-fmask

A set of command line utilities and Python modules that implement the ‘fmask’ algorithm
https://www.pythonfmask.org
GNU General Public License v3.0
75 stars 21 forks source link

add requiriments list to installation #31

Closed eamanu closed 3 years ago

eamanu commented 4 years ago

Hi,

I try to install python-fmask in a clean venv and when I run the fmask_sentinel2Stacked.py give me error that numpy, rios ... are not installed.

I can see the documentation that say: Installation requires Python, numpy, scipy, GDAL and RIOS but maybe will be interest has that written on the README or just a requirements.txt file

annamnara commented 3 years ago

conda config --add channels conda-forge conda config --set channel_priority strict conda create -n myenv python-fmask conda activate myenv

eamanu commented 3 years ago

I'm not working anymore with python-fmask, but during this opening issue I didn't use conda.

neilflood commented 3 years ago

Seems like this issue is only of historical interest, so I will close it.