Versions Compared

Key

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

The changes proposed to res.csv are to do with how we use the metadata in the file. 

The metadata fields are: Field, Units, ScenarioName, ScenarioInputSetName, Name, Site, ElementName, WaterFeatureType, ElementType, Structure, Custom

Note: Units In File version 1: When saving, units has moved to the second column, directly after "Field" for ease of finding it.  In order to do this, the metadata fields can now be read in any order and it depends on the metadata headings to map the metadata to the correct field. See attached example.res.csv.

When exporting

Populates as many metadata fields as possible, including name.

When exporting from Data Sources, we no longer append the input set name (Corresponding with the Data Source Group) to the Name metadata.

Above the data

...

(Arrow pointing to the row described, ), each

...

header will be a "key". The key is aiming to uniquely identify each column but also retain some information of the column metadata to make it more user friendly. The key is made up of two parts, the "Field" metadata (unique within the res.csv file) and a descriptive part (not necessarily unique within the res.csv file). The metadata should be referenced via the field when distinguishing the differences between each column. The key will always start with the "Field" metadata to make it unique, but to descriptive part depends on where it is exported from:

From Results Manager or any place in which has

...

the "Site" and "Structure" metadata it will be: Field > Site > Structure

From Data Sources or any place

...

that DOESN'T

...

 have all the metadata it will be: Field > Name

When exporting

Populates as many metadata fields as possible, including name.

...

 

Image Added

When importing

The metadata will be loaded into the domain object, but will for the most part be hidden from the UI. The UI will determine how the data is displayed.

...