CI-CMG / pyEcholab

pyEcholab is an open-source, Python-based toolkit for reading, processing, plotting and exporting fisheries acoustic echosounder data. The goal for this project is to become a community resource the grows through community involvement and contribution.
Other
35 stars 23 forks source link

Issue with downloading data for working examples #64

Open Sayantan-1996 opened 1 year ago

Sayantan-1996 commented 1 year ago

Hi,

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?

Chuck-A commented 1 year ago

Sorry you are having problems. I just verified the data are on our FTP server and I also ran the command you posted and it works for me. When did you try pulling the data? Have you used wget on your computer before? The error looks like it might be because your computer does not have wget installed. You can also download the data using an FTP client such as FileZilla from ftp.ngdc.noaa.gov/pub/outgoing/mgg/wcd/pyEcholab_data/examples/