ices-tools-dev / RDBEScore

Provides functions to work with the Regional Database & Estimation System (RDBES)
https://ices-tools-dev.github.io/RDBEScore/
GNU General Public License v3.0
0 stars 4 forks source link

createRDBESDataObject doesn't work on zip files downloaded from RDBES #211

Open davidcurrie2001 opened 3 weeks ago

davidcurrie2001 commented 3 weeks ago

The createRDBESDataObject() doesn't work when you point it at a zip file that has been directly downloaded from the RDBES.

The CS zip files that you download from the RDBES include directories for Hx, HSL, and HVD, but the function expects the csv files to be found at the top level of the zip file. When I run createRDBESDataObject() on the zip file I get a warning which says: "No relevant files found in given directory - an empty object will be created"