Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added reading and showing data on map.

Added button to view.

Added command to open new view.

Added view.

    • -0
    • +119
    /Demo/Riskeer/src/Demo.Riskeer/Views/AssemblyView.Designer.cs
    • -0
    • +33
    /Demo/Riskeer/src/Demo.Riskeer/Views/AssemblyView.cs
    • -0
    • +120
    /Demo/Riskeer/src/Demo.Riskeer/Views/AssemblyView.resx
Added button in demo ribbon.

Added importer.

Refactored reader.

Added reader for assembly gml.

Udpated solution to new visual studio.

Merge branch 'Release19_1'

Updated version to 19.1.1.3. WTI-1989

Updated user manual. WTI-1989

Updated version number to 19.1.1.2. WTI-1989

Incorporated comments tester: WTI-1991

- Set the orientation to NULL / NaN when revetment calculations use an invalid foreshore profile

- Added missing asserts

Incorporated comments tester: WTI-1991

- Set the orientation to NULL / NaN when a Grass Cover Erosion inwards calculation uses an invalid dikeprofile

Cleanup: WTI-1991

- Removed unused column from table

- Drop temp table at the end of migration

Cleanup: WTI-1991

- Moved deletions before the foreign key constraint. Deletions already guarantee that the orphaned entries for illustration points are removed due to triggers

- Added logic to remove dike height and overtopping rate output in case of invalid dikeprofiles to prevent orphans

Merge branch 'feature/Migration' into Release19_1

Updated migration logic dikeprofiles: WTI-1991

- Added log messages for calculations that make use of invalid dike profiles

Updated migration logic dikeprofiles: WTI-1991

- Added log message generation

- Fixed bug in removing outputs, outputs should be removed when:

-- DikeProfileGeometry < 2 points OR

-- ForeshoreProfileGeometry = 1 point

Cleanup: WTI-1991

- Cleaned up migration script --> changed migration logic to prevent orphans in the database after migration.

-- Applied for Revetment outputs

Cleanup: WTI-1991

- Cleaned up migration script --> changed migration logic to prevent orphans in the database after migration.

-- Applied for structures

Updated migration logic dikeprofiles: WTI-1991

- Do not migrate outputs that are based on faulty dikeprofile definitions

Updated migration logic dikeprofiles: WTI-1991

- Added testcases to verify behaviour

- Updated queries to migrate correct calculation settings when the calculation uses an invalid foreshoreprofile

Updated migration logic: WTI-1991

- Generate log message when calculations and / or failuremechanisms have an invalid foreshore profile defined.

Updated migration logic: WTI-1991

- Additional cases added to verify behaviour when there's only a dam present in the foreshore profile definition

- Synchronised calculation names for the ease of testing

Updated migration logic: WTI-1991

- Updated migration of grass cover erosion outwards calculations --> value should be 'Both' when output is removed in case of an invalid foreshore profile.

Cleanup: WTI-1991

Converted starting whitespaces to tabs in the migration script

Updated migration logic: WTI-1991

- Do not migrate calculation outputs that are based on invalid foreshoreprofiles

-- Performed for GrassCoverErosionOutwards

Updated migration logic: WTI-1991

- Do not migrate calculation outputs that are based on invalid foreshoreprofiles

-- Performed for WaveImpactAsphalt and StabilityStoneCover outputs