You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2025. It is now read-only.
I am trying to work with pyEchoLab for accessing and processing Simrad echosounder data of .sl3 file format. As I am new to this toolkit, I want to get some experience with the examples. The steps that I followed are these:
mkdir pyecho cd pyecho git clone https://github.com/CI-CMG/pyEcholab.git pwd cd export PYTHONPATH=$PYTHONPATH:~//Users/sayantanmandal/pyecho export PYTHONPATH=$PYTHONPATH:~/Users/sayantanmandal/pyecho cd pyecho ls -l cd cd ~/Users/sayantanmandal/pyecho/examples/data cd pyecho ls -l cd pyEcholab ls -l cd examples ls -l cd data ls -l make
After the make command:
wget --recursive --no-parent -nH --cut-dirs=6 ftp://ftp.ngdc.noaa.gov/pub/outgoing/mgg/wcd/pyEcholab_data/examples/EK60 make: wget: No such file or directory make: *** [all] Error 1
Not sure what is causing this error. May be the file does not exist in the server anymore?