kvos / CoastSat.slope

Beach-face slope estimation from satellite-derived shorelines, extension of the CoastSat toolbox.
http://coastsat.wrl.unsw.edu.au/
GNU General Public License v3.0
59 stars 17 forks source link

Error SDS_slope #11

Closed MaimunaC closed 2 years ago

MaimunaC commented 3 years ago

Hey,

I have problems with the beach slope. When I enter the first command for the initial settings, I get a ModuleNotFoundError: No module named SDS_slope. Does anyone know what the problem could be and how to solve it? I am unfortunately a total beginner in this area

Thanks a lot

kvos commented 3 years ago

you need to make sure that when you are running the command to import SDS_slope.py, you are in the same directory as that file. It could be that you are trying to run the command but are not in the right directory so it cannot find it

MaimunaC commented 3 years ago

Thank you for youre help