Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: verifyExportedTimeSeries is deprecated

...

Element

Format

Description

general ComplexType



dataSetPeriodstringBy default the daily data sets are created. It also possible to create monthly data sets. For operational purposes it is recommend to use daily data sets. For migrating data from other systems to the FEWS archive it might be convenient to export the data in montly data sets.

archiveFolder

string

Export destination folder, assumes that the account running the FEWS (FSS) application has write access

relativePeriod


Exports entire the dataset by day.

idMap

string

idMap applied to translate internal FEWS identifiers to identifiers that meet NetCDF-CF criteria.E.g. netcdf does not allow a full stop ('.') in the variable name

unitConversionsId

string

Id of UnitConversions to be used for unit mapping. Available since 2022.02, optional.

omitMissingValues

bool

Available since 2022.02. If set to true, missing values won't be written to the export file. Optional, default is false.

ignoreNonExistingLocationSetsboolIf this option is set FEWS will not log an error when an location set is not configured.
verifyExportedTimeSeriesboolDeprecated since 2024.01. For previous versions, if this option is set to true, FEWS will verify if the data in the exported netcdf is the same as in the FEWS database.

netcdfObservedExportActivities ComplexType



fileName

string

should include nc extension, otherwise files will not be read. preferably no spaces

areaId

string

area to which the dataset belongs

sourceIdstringdefines the source of the data set
exportLocationAttributeAsNetCDFVariablecomplex typeSince 2021.01, for archiving observed data.  Adds a variable to the NetCdf file. Name of the variable is the value of ncVariable, the value is the configured location attribute of attributeId.

ncMetaData

string elem.

optional metadata tags within NetCDF file following CF convention. Supported by the internal catalogue of the THREDDS Data Server

includeFlags

bool

default=TRUE; if TRUE, a list of flags is stored, each value pointing to the associated flag

includeTimeSeriesPropertiesbooldefault=TRUE, if TRUE the properties of the time series will also be stored in the NetCDF file.

includeComments

bool

default=TRUE; if TRUE, a list of comments is stored, each value pointing to the associated comment

thresholdGroupId

string

identifies FEWS ThresholdGroup which is used to detect threshold crossings to be highlighted in the metaData.xml

timeSeriesSets


FEWS timeseries sets

workflowTimeSeriesSelection
In this tag the time series can selected by using a time series filter from either the current workflow or 1 or more other workflows.

...