Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

variable_identification_method

behaviour

standard_name

All external parameter ids are matched to the standard_name attributes of the variables in the NetCDF file to find the required variable(s) to import.

long_name

All external parameter ids are matched to the long_name attributes of the variables in the NetCDF file to find the required variable(s) to import.

variable_name (default)

All external parameter ids are matched to the names of the variables in the NetCDF file to find the required variable(s) to import.

If the variable_identification_method property is not present, then variable_name is used by default. The variable_identification_method property currently only works for the import types "NETCDF-CF_GRID", "NETCDF-CF_TIMESERIES" and "NETCDF-CF_PROFILE".

Note

Currently it is not possible to import data from the same variable in the import file to multiple time series sets in Delft-FEWS. If required, this can be done using a separate import for each time series set.

...