aodn / content

Tracks AODN Portal content and configuration issues
0 stars 0 forks source link

Waverider buoy Temperature data not harvested #442

Open bpasquer opened 4 years ago

bpasquer commented 4 years ago

Temperature data available in QLD waverider data files are not harvested in the database. Ex for Albatross Bay: SELECT COUNT(m."TEMP") from aodn_wave_dm.measurements m JOIN aodn_wave_dm.deployments d on m.file_id=d.file_id where d.platform_code ='55028'

Count
1 0
lbesnard commented 2 years ago

@ana-berger @bpasquer do you know what is this about ? Is this part of the code we created a few years ago?

bpasquer commented 2 years ago

@lbesnard When we developed the harvester for the AODN WAVE DM collection(the wave archive) we decided to leave the temperature data aside as this parameter was not the primary focus of the project. Nonetheless, the data is stored in the NetCDF( incidentally I've noticed that the name of the files containing Temp data is incorrect, the parameter "T" is missing in the data code).

For the Manly Hydraulics laboratory wave rider buoys ( the first waverider dataset we've hosted) a separate data collection for temperature from wave rider buoys was created.

So we have three options: