I tried to work with the plot_dba_yo.py. One of the paths at the beginning needed updated, gncutils.reader.dba doesn’t exist, the code needs to import create_llat_dba which is found in the gncutils.readers.slocum.
original => "from gncutils.readers.dba import create_llat_dba_reader"
corrected =>from gncutils.readers.slocum import create_llat_dba_reader
There isn't any info on the wiki about the code like with the spt vis. I was hoping someone might have some suggestions for executing the python code.
I tried to work with the plot_dba_yo.py. One of the paths at the beginning needed updated, gncutils.reader.dba doesn’t exist, the code needs to import create_llat_dba which is found in the gncutils.readers.slocum.
original => "from gncutils.readers.dba import create_llat_dba_reader"
corrected =>from gncutils.readers.slocum import create_llat_dba_reader
There isn't any info on the wiki about the code like with the spt vis. I was hoping someone might have some suggestions for executing the python code.