Assimila / DQTools

Tools for working with the DataCube. Includes reading metadata, registering new products and writing new data to the Datacube
0 stars 0 forks source link

Change to server requires complementary change here: frequency->tres #28

Closed purplecat7 closed 11 months ago

purplecat7 commented 1 year ago

The Metadata extracted by DQDataBaseView uses 'tres' and thus the dataframe returned to the Dataset object in DQTools needs to use 'tres' as the column name rather than 'frequency'.

https://github.com/Assimila/datacube/issues/163 has seen the removal of the 'frequency' entry in product yaml files and in the database. It has been changed to 'tres'. A fix was made to ensure a blank entry returned 'None' as a string rather than throw an exception.