New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Show redirects
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

30 March 2026

  • 09:5409:54, 30 March 2026 Api session event editor start map creation (hist | edit) [1,845 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Project's georeference center point to the provided coordinates and begin the process of automatically load in available data. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number) |Center point (Longitude or X coordinate) | |- |1 |REQUIRED |(Floating point number) |Center point (Latitude or Y coordinate) | |- |2 |OPTIONAL |(MultiPolygon with crs: EPSG:3857) |Optional: Limit data loading to this Polyg...")
  • 09:5409:54, 30 March 2026 Api session event editor set scheduled update (hist | edit) [1,418 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Schedule a long-running update of all active overlays, indicators, panels and triggers. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |OPTIONAL |(Integer number) |Scheduled time in milliseconds since epoch 1970. Note: use 0 for direct execution or -1 to cancel | |- |1 |OPTIONAL |(String) |Send Email to this address when finished (optional) | |- |2 |OPTIONAL |(String) |Send SMS to this number when finished (optional) | |} ===Response Co...")
  • 09:5409:54, 30 March 2026 Api session event editor set initial map size (hist | edit) [1,168 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the size of the map. This can only be done once. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Width of the map | |- |1 |REQUIRED |(Integer number) |Height of the map | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editor/set_initial_map_size/?f=HTM...")
  • 09:5409:54, 30 March 2026 Api session event editor clear map (hist | edit) [1,188 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove all geospatial data of the Project, such as buildings, areas, etc. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(true, false) |Delete the map size and georeference too (false means deleting only the geodata) |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/ev...")
  • 09:5409:54, 30 March 2026 Api session event editor activate testrun (hist | edit) [1,127 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Start or stop a Scenario Testrun. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(true, false) |Start the Scenario Testrun (false means stop) |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editor/activate_testrun/?f=HTML&token=API_TOKEN with content:...")
  • 08:3808:38, 30 March 2026 Api session event editor area (hist | edit) [2,770 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor area Events. Area editing. {|class=wikitable !Name !Description |- |ADD |Add new Area |- |ADD_POLYGONS |Add polygons to existing Area |- |APPEND_ATTRIBUTE |Appended to existing Area attribute value |- |DUPLICATE |Duplicate existing Area |- |api session event edit...")
  • 08:3808:38, 30 March 2026 Api session event editor area remove filter (hist | edit) [322 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Use REMOVE_GROUP instead for identical result. {|class=wikitable !Name !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |} ===Example POST=== Example POST: with content: <pre></pre> {{article end|seealso=*api session event editor area}} Category:API")
  • 08:3808:38, 30 March 2026 Api session event editor area set relation (hist | edit) [1,341 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Relation {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID) |Areas | |- |1 |REQUIRED |(Enumeration) |Relation |BORDER_A, BORDER_B, BUILDING, CONSTRUCTOR, DEMOLISHER, NETOWNER, OWNER, PARENT, PERMITTER, RECEIVER, RESULT_PARENT, SENDER or WEATHER |- |2 |REQUIRED |(Integer number) |Integer | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overv...")
  • 08:3808:38, 30 March 2026 Api session event editor area set polygons (hist | edit) [2,591 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Polygons {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |MultiPolygon[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tyg...")
  • 08:3808:38, 30 March 2026 Api session event editor area remove relations (hist | edit) [1,499 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Relations {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID) |Areas | |- |1 |REQUIRED |(Relation or multiple values in array [a, b, c]) |Relation[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/remove_relations/?f=HTML&token=API_TOKEN wi...")
  • 08:3808:38, 30 March 2026 Api session event editor area remove group (hist | edit) [1,403 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Group {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/remove_group/?f=HTML&token=API_TOKEN with content: <pre>[ [ "Text 1", "Text 2", "Text 3" ] ]...")
  • 08:3808:38, 30 March 2026 Api session event editor area remove all attributes (hist | edit) [1,407 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove All Attributes {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/remove_all_attributes/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1, 2, 3 ]...")
  • 08:3808:38, 30 March 2026 Api session event editor area generate water areas (hist | edit) [1,365 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Water Areas {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number) |Double | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/generate_water_areas/?f=HTML&token=API_TOKEN with content: <pre>[ 37 ] </pre> {{article end|seealso=*api sess...")
  • 08:3808:38, 30 March 2026 Api session event editor area generate sewer areas (hist | edit) [1,622 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Sewer Areas {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Integer | |- |1 |REQUIRED |(Floating point number) |Double | |- |2 |REQUIRED |(Floating point number) |Double | |- |3 |REQUIRED |(Floating point number) |Double | |- |4 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example...")
  • 08:3808:38, 30 March 2026 Api session event editor area generate inundation areas (hist | edit) [1,385 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Inundation Areas {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number) |Double | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/generate_inundation_areas/?f=HTML&token=API_TOKEN with content: <pre>[ 71 ] </pre> {{article end|seealso=*...")
  • 08:3808:38, 30 March 2026 Api session event editor area generate border areas (hist | edit) [1,501 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Border Areas {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |- |1 |REQUIRED |(String) |String | |- |2 |REQUIRED |(Floating point number) |Double | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/generate_border_areas/?f=HTML&token=API_...")
  • 08:3808:38, 30 March 2026 Api session event editor area add with attribute (hist | edit) [1,433 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add With Attribute {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |- |1 |REQUIRED |(Floating point number) |Double | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/add_with_attribute/?f=HTML&token=API_TOKEN with content: <pre>[ "Text", 29...")
  • 08:3808:38, 30 March 2026 Api session event editor area add relation (hist | edit) [1,290 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Relation {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID) |Areas | |- |1 |REQUIRED |(Enumeration) |Relation |BORDER_A, BORDER_B, BUILDING, CONSTRUCTOR, DEMOLISHER, NETOWNER, OWNER, PARENT, PERMITTER, RECEIVER, RESULT_PARENT, SENDER or WEATHER |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https...")
  • 08:3808:38, 30 March 2026 Api session event editor area add group (hist | edit) [1,153 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Group {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |Attribute name to group Areas by | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/add_group/?f=HTML&token=API_TOKEN with content: <pre>[ "Attribute name to group Areas by" ] </pre> {{article en...")
  • 08:3808:38, 30 March 2026 Api session event editor area set name (hist | edit) [1,578 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.c...")
  • 08:3808:38, 30 March 2026 Api session event editor area set color (hist | edit) [1,559 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new color of existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(TColor or multiple values in array [a, b, c]) |TColor[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/edi...")
  • 08:3808:38, 30 March 2026 Api session event editor area set attributes (hist | edit) [1,908 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Area attribute values {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix [[1.0, 2.0], [3.0, 4.0], [5.0, 6.0]]) |Attribute Values | |- |3 |OPTIONAL |(SOURCE Integer...")
  • 08:3808:38, 30 March 2026 Api session event editor area set attribute (hist | edit) [1,727 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Area attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute Values | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |-...")
  • 08:3808:38, 30 March 2026 Api session event editor area set active (hist | edit) [1,507 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Area active {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Boolean[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editor...")
  • 08:3808:38, 30 March 2026 Api session event editor area remove polygons (hist | edit) [2,578 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove polygons from existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |MultiPolygon[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://eng...")
  • 08:3808:38, 30 March 2026 Api session event editor area remove attribute (hist | edit) [1,549 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove attribute from Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/e...")
  • 08:3808:38, 30 March 2026 Api session event editor area remove (hist | edit) [1,404 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (True when at least one item was removed) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/remove/?f=HTML&token=API_TOKEN with co...")
  • 08:3808:38, 30 March 2026 Api session event editor area import (hist | edit) [3,372 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import Area Collection {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |Collection of Area geometries | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Area Names | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |3 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix 1.0,...")
  • 08:3808:38, 30 March 2026 Api session event editor area duplicate (hist | edit) [1,392 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Integer array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/duplicate/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1...")
  • 08:3708:37, 30 March 2026 Api session event editor area append attribute (hist | edit) [1,762 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Area attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute Values appended to existing values | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} ===Response Codes=== {|cl...")
  • 08:3708:37, 30 March 2026 Api session event editor area add polygons (hist | edit) [2,564 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add polygons to existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |MultiPolygon[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.t...")
  • 08:3708:37, 30 March 2026 Api session event editor area add (hist | edit) [1,082 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |OPTIONAL |(Integer number) |Amount (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Area IDs) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/add/?f=HTML&token=API_TOKEN with content: <pre>[ "" ] </pre> {{article end|seealso=*api session event e...")
  • 06:2306:23, 30 March 2026 Version 2026.1.0 (hist | edit) [154 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2026.0.10 is released on engine.tygron.com on May 29th 2026. '''Updates''' * Several small bug fixes and WIKI Updates. Category:Version 2026")

25 March 2026

  • 15:2515:25, 25 March 2026 Version 2026.0.10 (hist | edit) [465 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2026.0.10 is released on engine.tygron.com on March 27th 2026. '''Updates''' * New Street Object geo-plugin for adding e.g. trees at Project creation. * Bugfix for invalid data in API events. * Java SDK is now published in GitHub. * Old licenses and sub domains are now deprecated. * Several small bug fixes and WIKI Updates. Category:Version 2026")

12 March 2026

11 March 2026

  • 08:2108:21, 11 March 2026 How to convert a GeoJSON to GeoPackage using QGIS (hist | edit) [1,201 bytes] Frank@tygron.nl (talk | contribs) (Created page with " {{howto|title=|Open QGIS |Click on ''Layer'' in the ribbon bar and select ''Data Source Manager'' |Set source type to file |Under Source, click on the ''Browse'' button (indicated by ...), navigate to your file and select it. |Click on the ''Add'' button to add it to QGIS. The view should zoom in to your features. (unless more layers are active in your QGIS session) |Right click on the added layer, hover over ''Export'' and select ''Save Features As''. |In the ''Sa...")

6 March 2026

  • 13:4813:48, 6 March 2026 Drag-and-drop (hist | edit) [918 bytes] Frank@tygron.nl (talk | contribs) (Created page with "In the context of the Tygron Client, drag and drop is an action in which the user selects a file by "grabbing" it and dragging it onto the Tygron Client application. Once released, the Tygron Client reports whether it can import this file using the File Handler panel. Often more than one option is provided. The following file types can be imported by Drag and dropping it onto the Tygron Client Application: {| class= "wikitable" !File type !File extensions |- | GeoJ...")

5 March 2026

4 March 2026

3 March 2026

24 February 2026

10 February 2026

  • 16:3816:38, 10 February 2026 Version 2026.0.9 (hist | edit) [1,040 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2026.0.9 is released on engine.tygron.com on March 6th 2026. '''City Models''' * Added support for buildingSMART Industry Foundation Classes (IFC). * Improved import workflow, e.g. GEO-referecing can be done via Wizard. * New formats: GeoPackage and improved support for WFST and 3D web scenes. '''Simulations''' * Water Module: Improved accuracy, performance and several new features. * More flexibility and options for advanced (iterated) calculations. '''AI-Sui...")

31 January 2026

23 January 2026

21 January 2026

  • 12:5912:59, 21 January 2026 How to add the Hydrologic System Overview plugin (hist | edit) [1,628 bytes] Frank@tygron.nl (talk | contribs) (Created page with "The Hydrologic System Overview is a dashboard created to analyze results of a Water Overlay calculation. For each Water Level area identified by the Water Overlay a dashboard instance is created. The follow how-to describes the steps required to install this dashboard. This installer can be found on the Public Share, under ''Plugins''. {{howto |Select Current Situation in the ribbon bar |Hover over Panels and select ''Find more in Public Share'' |Navigate to...") originally created as "How to install the Hydrologic System Overview in your project"

19 January 2026

  • 15:2815:28, 19 January 2026 How to setup a flooding overlay with iterations (hist | edit) [1,305 bytes] Frank@tygron.nl (talk | contribs) (Created page with "This how-to explains setting up a project such that it is iterated, with each iteration performing a part of the total simulation time of a Flooding Overlay. An indicator excel is used to progress the partial start and end time of the simulation. Combo Overlays of Flooding Overlay results, configured with the previous option, serve as in and output for the Flooding Overlay. Relevant results are captured using an Iteration Collector Overlay.")
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)