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

Check if there have been any changes to the SpeciesList RDBES data structure which require code changes #203

Closed davidcurrie2001 closed 1 month ago

davidcurrie2001 commented 1 month ago

There have been some changes to how the RDBES stores SpeciesList data. WE should summarise these changes and then see if any of our code needs to be changed as a result of them.

davidcurrie2001 commented 1 month ago

The function fixSLids(...) tried to fix the old SL data structure so might not be necessary now.

davidcurrie2001 commented 1 month ago

In the RDBES SpeciesList data model spreadsheet it says: "In the database the the SpeciesListDetail data will be split in 2 tables: SpeciesListName and IndividualSpeciesInSpeciesList. The RDBES will then automatically insert the SpeciesListNameID in the Species Selection table."

However the files that you currently download are still in the same format as previously so no changes are currently needed. Closing issue, re-open if needed.