Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}

Ingest datasets in Delft-FEWS stand alone

 

Once downloaded, the data can be ingested by a Delft-FEWS stand alone with the aim to bring the local datastore back in the 'original state', i.e. with a similar time series set definition as used when Delft-FEWS ran the workflow to produce the data. This exact timeseries definition is included in the netcdf files during the archive export process. The importArchiveModule has been implemented to uses this definition included in the netcdf files to put the data back in Delft-FEWS local datastore

...

Element

Format

Description

importSimulated/importFolder

string (path)

Full path where the simulated datasets are made available for import by Delft-FEWS

importObserved/importFolder

string (path)

Full path where the observed datasets are made available for import by Delft-FEWS

importMessages/importFolder

string (path)

Full path where the messages datasets are made available for import by Delft-FEWS

importExternalForecast/importFolder

string (path)

Full path where the external forecasts are made available for import by Delft-FEWS

importRatingCurves/importFolder

string (path)

Full path where the rating curve datasets are made available for import by Delft-FEWS

 

Ingest of Historic events in Delft-FEWS (FSS)

 

Historic events are a special datatype to Delft-FEWS as they can be used to overlay on an existing time series graph. Historic events are the only datasets which can be ingested in a Delft-FEWS client server system. Normally, the archive server has a process running (the HistoricEventsExporter) which extracts historic events data from the archive and pushes them to the Forecasting Shell Server import directories for ingest in the operational database.

...