pythonfilterclassificationsentinel1

How can i add the auxil.py module?


I am trying to perform image classification using Sentinel 1. I am new to coding so I am using this: http://mortcanty.github.io/src/s1class.html I got an error saying: auxil is not a module so I thought of installing auxil.py from git hub: https://github.com/mortcanty/CRCPython/blob/master/src/auxil/auxil.py

but some modules/libraries are outdated so I keep getting errors any help is much appreciated


Solution

  • It appears the repository you linked is using python 2.7. Are you using python 2 or python 3? Python 2 is no longer being supported (as of 1/1/2020). But, you can still use it--it's just not advised.