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 20 forks source link

python-fmask and google colab #40

Closed Rim-chan closed 4 years ago

Rim-chan commented 4 years ago

Hey, I was wondering if the fmask can be implemented using google collab. So far I wasn't able to download it there using !pip install python-fmask.

neilflood commented 4 years ago

I don't know what google collab is.

However, we are unlikely to support installing with pip. The main problem is that pip is not smart enough to understand the dependencies on non-python packages like GDAL. Further discussion on this can be found under issue #30.

You might consider using conda, which does understand the full dependency tree. See instructions at https://www.pythonfmask.org/en/latest/#downloads