New pages
Jump to navigation
Jump to search
22 January 2025
- 13:0713:07, 22 January 2025 How to export AI Training Data (hist | edit) [1,400 bytes] Frank@tygron.nl (talk | contribs) (Created page with "{{editor steps|title=export an AI dataset | Open a project in editor mode using the Tygron Client Application | Optionally add a Satellite Overlay. This overlay will be used to export train images for the dataset. | Determine what [item] type will be used to export a dataset for. For example: existing buildings with a particular attribute, or previously drawn areas on top of the satellite overlay. | Select the ''Export Geo Data'' option in the Ribbon bar popu...") originally created as "How to export an AI dataset"
- 12:1812:18, 22 January 2025 How to train your own AI model for an Inference Overlay (hist | edit) [3,627 bytes] Frank@tygron.nl (talk | contribs) (Created page with "To train your own AI model for an Inference Overlay in the {{software}}, you will need datasets to train on. To export these datasets using your projects in the {{software}}, follow this how-to. {{editor location|overlays|}} {{editor steps|title=train your own AI model for an Inference Overlay | Either clone the repository [https://github.com/Tygron/tygron-ai-suite], or simply download the [https://github.com/Tygron/tygron-ai-suite/a...")
20 January 2025
- 14:4414:44, 20 January 2025 Attribute surface only (Combo Overlay) (hist | edit) [349 bytes] Maxim@tygron.com (talk | contribs) (Created page with "{{Overlay keys|<onlyinclude> {{Overlay keys|type=row|overlay=Combo |key=ATTRIBUTE_SURFACE_ONLY |unit=Boolean |description=When true (1) only surface items of e.g. Buildings are queried as value of the ATTRIBUTE statement in the Combo Overlay. |defaultvalue=0 |icon=distancewizard_icon_distance_zone_m.png }}</onlyinclude>}} {{article end }}")
- 14:4214:42, 20 January 2025 Attribute default value (Combo Overlay) (hist | edit) [314 bytes] Maxim@tygron.com (talk | contribs) (Created page with "{{Overlay keys|<onlyinclude> {{Overlay keys|type=row|overlay=Combo |key=ATTRIBUTE_DEFAULT_VALUE |unit=- |description=The default value for the ATTRIBUTE statement in the Combo Overlay when no items can be found. |defaultvalue=0 |icon=distancewizard_icon_distance_zone_m.png }}</onlyinclude>}} {{article end }} {{ComboOverlay nav}}")
16 January 2025
- 13:5513:55, 16 January 2025 How to select specific input data for A.I. Inference (hist | edit) [6,095 bytes] Vincent@tygron.nl (talk | contribs) (Created page with "[Work In Progress]")
14 January 2025
- 09:1109:11, 14 January 2025 Version 2025.2.0 (hist | edit) [448 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2025.2.0 is released on engine.tygron.com on January 31th 2024. '''Updates''' * Several smaller bug fixes, security updates and WIKI Updates. Category:Version 2025")
- 09:1009:10, 14 January 2025 Version 2025.1.3 (hist | edit) [341 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2025.1.3 is released on engine.tygron.com on January 17th 2024. '''Updates''' * Improved feedback for Inference panel. * Improved NN Architecture. * Several smaller bug fixes, security updates and WIKI Updates. Category:Version 2025")
8 January 2025
- 12:3112:31, 8 January 2025 How to set the Geo-location of a AutoCAD DXF (hist | edit) [4,340 bytes] Vincent@tygron.nl (talk | contribs) (Created page with "<youtube>-NlCZpytHZA</youtube> DWG files can be indirectly imported into a Project, by first converting them to a DXF file (the open-standard equivalent). DXF files can then be imported directly through the Geo Data Wizard, as either features in the Current Situation, or in the Future Design. However, it is important that the entities and objects in the DXF file are at the correct geo-location. AutoCAD itself does not geo-transforms coordinates....")
7 January 2025
- 14:0814:08, 7 January 2025 Version 2025.1.2 (hist | edit) [377 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2025.1.2 is released on engine.tygron.com on January 10th 2024. '''Updates''' * Drains are not longer limited by the surface height. * Bugfix for joining session multiple times when calculating. * Improved GPU Architecture. * Several smaller bug fixes, security updates and WIKI Updates. Category:Version 2024")
19 December 2024
- 12:0712:07, 19 December 2024 How to adjust a Neural Networks metadata (hist | edit) [1,596 bytes] Frank@tygron.nl (talk | contribs) (Created page with " <pre> import onnx </pre> Save the onnx model to file: <pre> with open(onnxFilePath, "wb") as f: f.write(onnx_model.SerializeToString()) </pre>")
16 December 2024
- 15:3315:33, 16 December 2024 Center points result type (Inference Overlay) (hist | edit) [490 bytes] Frank@tygron.nl (talk | contribs) (Created page with "{{result types|<onlyinclude> {{result types|type=row|overlay=Inference |name=CENTER_POINTS |icon=overlay_icon_inference_center_points.png |unit=integer |description=Labeled centerpoints of identified objects. }}</onlyinclude>}} {{article end |notes= * The center points are calculated using the bounding boxes. |seealso= * Inference Overlay }} {{InferenceOverlay nav}}") originally created as "Center Points result type (Inference Overlay)"
- 14:5114:51, 16 December 2024 Prioritize labels (Inference Overlay) (hist | edit) [727 bytes] Frank@tygron.nl (talk | contribs) (Created page with "{{Overlay attributes|<onlyinclude> {{Overlay attributes|type=row|overlay=Inference |attribute=PRIORITIZE_LABELS |unit=boolean |description=Whether overlapping identified objects should select the ones that have the lowest label. |defaultvalue=1.0 |range=0.0 or 1.0 |icon=inferencewizard_icon_prioritize_labels.png }}</onlyinclude>}} {{article end |notes= * When this option is set to true, the identified objects are sorted based on their label, then on their score and the...")
5 December 2024
- 12:2712:27, 5 December 2024 Version 2025.1.1 (hist | edit) [429 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2025.1.0 is released on preview.tygron.com on December 13th 2024. '''Updates''' * Faster BAG3D loading when creating a new project. * Update to latest CUDA version for improved GPU stability. * Several smaller bug fixes, security updates and WIKI Updates. Category:Version 2025")
14 November 2024
- 15:0115:01, 14 November 2024 Debug gt instances result type (Inference Overlay) (hist | edit) [482 bytes] Maxim@tygron.com (talk | contribs) (Created page with "{{result types|<onlyinclude> {{result types|type=row|overlay=Inference |name=DEBUG_GT_INSTANCES |icon=overlay_icon_inference_boxes.png |unit=integer |description=Amount of Ground Truth instances found. }}</onlyinclude>}} {{article end |notes= |seealso= * Inference Overlay * Debug gt instances result type (Inference Overlay) }} {{InferenceOverlay nav}}")
- 14:4914:49, 14 November 2024 Select iterations (TQL) (hist | edit) [243 bytes] Maxim@tygron.com (talk | contribs) (Created page with "{{Select TQL|suppresscategory=true|allowselflinks=true|<onlyinclude> {{Select TQL|tabletype=row|attribute=ITERATION|unit=Integer|description=Returns the total amount of Iterations.|fixed=No|polygon=false|}}</onlyinclude> }}")
- 14:4814:48, 14 November 2024 Select iteration (TQL) (hist | edit) [239 bytes] Maxim@tygron.com (talk | contribs) (Created page with "{{Select TQL|suppresscategory=true|allowselflinks=true|<onlyinclude> {{Select TQL|tabletype=row|attribute=ITERATION|unit=Integer|description=Returns currently active Iteration.|fixed=No|polygon=false|}}</onlyinclude> }} {{Param TQL|suppresscategory=true|allowselflinks=true|list=true| {{: Building (TQL Param)}} }} {{TQL nav}}")
- 14:4314:43, 14 November 2024 Iteration (TQL Param) (hist | edit) [403 bytes] Maxim@tygron.com (talk | contribs) (Created page with "{{Param TQL|suppresscategory=true|allowselflinks=true| <onlyinclude> {{Param TQL|tabletype=row|attribute=ITERATION|type={{Boolean}}|description=Query only executes when the current Iteration matches this value|polygon=false|}} </onlyinclude> }} {{article end |notes= * When false, only Buildings that are not part of the road system are considered. }} {{TQL param nav}}")
- 10:3610:36, 14 November 2024 Simulation Core (hist | edit) [2,961 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Each Project in the Tygron Engine has its own Simulation Core responsible for executing updating the excel, triggers and grid overlays. Below an overview of each step executed: A update is triggered either by a User, API call or when the state changes due to e.g. a new building when "auto update" is active. ==Steps== * *")
13 November 2024
- 15:0615:06, 13 November 2024 Version 2025.0.3 (hist | edit) [280 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2025.0.3 is released on preview.tygron.com on November 15th 2024. '''Updates''' * Improved Foliage Neural Network. * Added SWITCH to Combo Overlay. * Added WEATHER relation to TQL. * Several smaller bug fixes, security updates and WIKI Updates. Category:Version 2025")
12 November 2024
- 10:4210:42, 12 November 2024 Demo Iteration Project (hist | edit) [9,672 bytes] Maxim@tygron.com (talk | contribs) (Created page with "{{demo project summary | title=Demo Iteration | demographic=hydrologists and other water experts | showcases=the rainfall overlay in a iteration mode | image=demo_water_overview.jpg | description=The demo show the iteration functionality that can be used to adjust the ground infiltration speed using a combo formula. }} ==Exploring the project== To begin exploring the project, see the outlet located on the left side. {{article end |seealso= * List of Demo Projects }...")
8 November 2024
- 14:5614:56, 8 November 2024 Version 2024.7.0 (hist | edit) [506 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2024.7.0 is released on engine.tygron.com on November 29th 2025. '''Updates''' * Client is faster when loading a large map. * Improved performance of 3D Web viewer on small devices, like phones. * Several smaller bug fixes, security updates and WIKI Updates. Category:Version 2024")
- 12:5012:50, 8 November 2024 How to use outlets to remove water on the edges of your project (hist | edit) [3,568 bytes] Frank@tygron.nl (talk | contribs) (Created page with "File:Outlet_centerpoint.png File:Outlet_as_area.png File:Outlet_as_area_edge.gif File:Outlet_centerpoint_edge.gif")
- 12:2012:20, 8 November 2024 Version 2025.0.2 (hist | edit) [300 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2025.0.2 is released on preview.tygron.com on November 8th 2024. '''Updates''' * Added improved DPRA Heat Wind Model option. * Bugfix for canceling GPU Jobs. * Added support for Intel Core Ultra cpus. * Several smaller bug fixes, security updates and WIKI Updates. Category:Version 2025")
- 11:3911:39, 8 November 2024 Wind decline angle (Heat Overlay) (hist | edit) [525 bytes] Maxim@tygron.com (talk | contribs) (Created page with "{{Overlay attributes| <onlyinclude>{{Overlay attributes|type=row|overlay=Heat |attribute=WIND_DECLINE_ANGLE |unit=Degrees |description=This angle determines how the wind flows down around objects. |defaultvalue=90 |icon= }}</onlyinclude>}} {{article end |notes= * By default the {{Heat DPRA Report}} does not take this effect into account and the value is set to 90 degrees. However a value of e.g. 45 degrees produces more realistic wind flow around objects. {{HeatOverla...")
7 November 2024
- 08:3908:39, 7 November 2024 How to compute additional shadow effects for the Heat Stress Overlay (hist | edit) [2,437 bytes] Rudolf@tygron.nl (talk | contribs) (Created page with "For some cases of heat stress, innovative solutions can be explored to reduce the amount of heat experienced during the day. With the most impactful component being the application of shade, it can be useful to add additional effects of shade to a Heat Stress calculation. The way to do this is to effectively inject additional data into the foliage input of the Heat Stress Overlay, which will serve as the main applicator of additional shade. This will require one...")