HakaiInstitute / hakai-ctd-qc

Series of tests applied to the Hakai CTD profile data based on the QARTOD tests and other Hakai Specific ones.
0 stars 0 forks source link

retrieve depths from database instead of temporary files generated from agol #30

Closed JessyBarrette closed 1 year ago

JessyBarrette commented 1 year ago

The database is pulling any changes from the agol station page back within the database nightly.

The database isn't loading the stations depth which prevents the qc tool from using exclusively using the the database as a main source for getting the reference stations.

@fostermh will include the depth and depth_source columns within the database.

With that in place we won't have to maintain the StationLocation.csv file anymore.

JessyBarrette commented 1 year ago

This is now include in development branch