DFO-CHS-Dynamic-Hydrographic-Products / IWLS_pygeoapi

pygeoapi plugins to access and process water level and surface currents from the IWLS public API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for VTG forecasts

maximecarre1 opened this issue · comments

The IWLS team is starting tests to integrate VTG stations forecasts to the database; support for the new data source (wlf-vtg) will need to be added to IwlsApiConnectorWaterLevels()

S104GeneratorDCF8() also needs to be updated to support VTGs.

commented

Which TG is used to test the VTG forecasts exactly? I now see a choice of wlf-vtg for Sept-Iles on the IWLS dev server but no data seems available for now.

I'm not sure of the current coverage; data is only in neptune-dev for now.

commented

Since the VTG data we will use will come from the IWLS RTDB itself then it is a forecast like another one and we will just have to set the related metadata name (methodWaterLevel*) and the time increment (1 hour).

Past hindcasts may also be stored in the same database entry for wlf-vtg, we will have to decide if we keep them together with the forecasts in S-104 files or split them by water level data type. (different values for dataDynamicity)

commented

I would say let`s keep it all as forecasts for now even if it is in the past compared to the time of the S-104 DCF8 files production. The other option would be to only take the timestamps of the future for the S-104 DCF8 data (this would also apply to any forecast data). We will see later if we really need to separate the hindcasts from the forecasts. Note also that it is likely that we will propose a nowcast data type for the next S-100 specs