How to change multiple Attributes at once for Water Overlays: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Editor steps|title=|In the [[Water Overlay Wizard]], go to the step where you want to change multiple [[Key]]s for.|Check the ''Multi'' checkbox and click on the ''Set Values'' button for the desired attribute.|In the new panel that pops up, click on ''Import new CSVs'' in the bottom right corner and select the CSV file(s).|Browse with the button at the top through the CSV files to see if they are imported correctly.|Optionally, change the delimiter and time units and click on ''Ok''. The data in the CSV files is now used to set the attribute for the structures dynamically. }}
{{Editor steps|title=|In the [[Water Overlay Wizard]], go to the step where you want to change multiple values of an [[Attribute]] for.|Check the ''Multi'' checkbox and click on the ''Set Values'' button for the desired attribute.|In the new panel that pops up, click on ''Import new CSVs'' in the bottom right corner and select the CSV file.|Optionally, change the delimiter and click on ''Ok''. The data in the CSV file is now used to set the new values for the attribute. }}


<gallery mode=nolines>
<gallery mode=nolines>
Line 5: Line 5:
File:Multi_checkbox_csv.PNG
File:Multi_checkbox_csv.PNG
File:Import_new_csvs.PNG
File:Import_new_csvs.PNG
File:Browse_csv.PNG
</gallery>
</gallery>


===Notes===
{{article end
|notes=
* The [[CSV]] file to change for example [[Water_level_(Water_Overlay)|Water levels]] of [[Water_level_area_(Water_Overlay)|Water level areas]], should look as follows:
* The [[CSV]] file to change for example [[Water_level_(Water_Overlay)|Water levels]] of [[Water_level_area_(Water_Overlay)|Water level areas]], should look as follows:
{{code|1=
{{code|1=
Line 17: Line 17:
* For the [[CSV]], it is possible to choose a comma or semicolon as delimiter.
* For the [[CSV]], it is possible to choose a comma or semicolon as delimiter.


===See also===
|seealso=
* [[Time_sequence_(Water_Overlay)|Time sequence]]
* [[How to import a time sequence with a CSV]]
* [[CSV]]
* [[CSV]]
}}
[[Category:How-to's]][[Category:Water]]

Latest revision as of 16:56, 30 January 2024

How to change multiple Attributes at once for Water Overlays:
  1. In the Water Overlay Wizard, go to the step where you want to change multiple values of an Attribute for.
  2. Check the Multi checkbox and click on the Set Values button for the desired attribute.
  3. In the new panel that pops up, click on Import new CSVs in the bottom right corner and select the CSV file.
  4. Optionally, change the delimiter and click on Ok. The data in the CSV file is now used to set the new values for the attribute.

Notes

Water Area, Water Area 2
-1,-2

The first row should contain the exact name of the hydrological features or hydraulic structures you wish to change the values of the attribute for. The second row contains the new values for this attribute.

  • For the CSV, it is possible to choose a comma or semicolon as delimiter.

See also