HakaiInstitute / hakai-datasets

Hakai Datasets that are going into https://catalogue.hakai.org/erddap/
0 stars 0 forks source link

HakaiPruthDockProvisional Tide data is failing #99

Closed JessyBarrette closed 1 year ago

JessyBarrette commented 1 year ago

HakaiPruthDockProvisional

Issue description

HakaiPruthDockProvisional fails to provide the shifted tide data which is shifted to the average tide height

This is affecting all the variables that are using the row.columnFloat() operator in ERDDAP <sourceName>=row.columnFloat(PruthDock:TideHeightPLS_Avg)-2.742</sourceName>

The error given is

Error {
    code=500;
    message="Internal Server Error: ERROR from data source: org.apache.commons.jexl3.JexlException$Parsing: gov.noaa.pfel.erddap.dataset.EDDTable.convertScriptColumnsToDataColumns:3648@1:26 parsing error in ':'";
}

This shift was applied in order to match an existing CF standard_name

Suggestion for correction

Ignore the shift in the data and provide the data as is.

JessyBarrette commented 1 year ago

This is now fixed with the latest merge