Deltares.Dam.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved message to resources:

- Applied for the validator

Related to Issue [MWDAM-1374]

  1. … 2 more files in changeset.
Moved message to resources:

- Applied for the reader

Related to Issue [MWDAM-1374]

  1. … 1 more file in changeset.
Moved message to resources:

- Applied for the importer

Related to Issue [MWDAM-1374]

    • -1
    • +4
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 1 more file in changeset.
Added importer to retrieve collections of SoilProfile2D based on a segment and the soil (materials) that are available.

Related to Issue [MWDAM-1374]

    • -0
    • +96
    ./StiImporter/SoilProfile2DImporter.cs
  1. … 2 more files in changeset.
Cleanup:

- Improved XMLDocs and removed TODO item

Related to Issue [MWDAM-1374]

Cleanup:

- Removed checks on the preconsolidation stresses as they're not imported.

Related to Issue [MWDAM-1374]

  1. … 3 more files in changeset.
Renamed exception for clarity and added test for the reader.

Related to Issue [MWDAM-1374]

    • -0
    • +76
    ./StiImporter/StiFileReadException.cs
    • -76
    • +0
    ./StiImporter/StiFileImporterException.cs
  1. … 2 more files in changeset.
Ported the sti file read functionality from DSoilModel.

Related to Issue [MWDAM-1374]

    • -0
    • +47
    ./StiImporter/StiFileReader.cs
  1. … 5 more files in changeset.
Ported the sti file validation functionality from DSoilModel.

Related to Issue [MWDAM-1374]

    • -0
    • +137
    ./StiImporter/StiFileValidator.cs
    • -0
    • +76
    ./StiImporter/StiFileImporterException.cs
  1. … 12 more files in changeset.
Transfer soilparameters to DamEngine:

- RRatio

- StrengthIncreaseExponent

- RatioCuPc

Added test for import of RatioCuPc

Related to Issue [MWDAM-1625]

    • -0
    • +6
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -0
    • +3
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 3 more files in changeset.
Incorporated comments tester:

- Split the log migration message in two lines.

Related to Issue [MWDAM-1382]

Adapted to review

Related to Issue [MWDAM-1626]

Incorporated comments reviewer:

- Removed ZoneAreas as ZoneType input parameter

-- Updated log messages when migrating from an older file

Related to Issue [MWDAM-1382]

Incorporated comments reviewer:

- Removed ZoneAreas as ZoneType input parameter

-- Added backward compatibility support: set the value to NoZones in case ZoneAreas was set in older file versions

Related to Issue [MWDAM-1382]

Incorporated comments reviewer:

- Removed ZoneAreas as ZoneType input parameter

-- Fixed input for test files

Related to Issue [MWDAM-1382]

  1. … 5 more files in changeset.
Incorporated comments reviewer:

- Removed ZoneAreaRestSlopeCrestWidthAttribute from the DAM data model

Related to Issue [MWDAM-1382]

    • -2
    • +1
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -4
    • +0
    ./DamEngineIo/FillDamUiFromXmlInput.cs
  1. … 2 more files in changeset.
Incorporated comments reviewer:

- Removed ZoneAreaRestSlopeCrestWidthAttribute from the importing logic

Related to Issue [MWDAM-1382]

    • -7
    • +0
    ./CsvImporters/CsvImporterLocations.cs
    • -10
    • +0
    ./Importers/LocationShapeFileAttributeMap.cs
  1. … 2 more files in changeset.
Removed zoning columns and parameters:

- Removed unused string resources

Related to Issue [MWDAM-1382]

Removed zoning columns and parameters:

- Removed unused string resources

Related to Issue [MWDAM-1382]

Removed zoning columns and parameters:

- Output is not available with the new macrostability kernel

Related to Issue [MWDAM-1382]

    • -6
    • +0
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
  1. … 2 more files in changeset.
Fixed SonarQube isuses

Related to Issue [MWDAM-1626]

Add backward compatibility also for DamLive projects

Improved backward compatibility message

Related to Issue [MWDAM-1626]

Removed obsolete include.

Related to Issue [MWDAM-1621]

Added backward compatibility for 19.1

Related to Issue [MWDAM-1626]

  1. … 1 more file in changeset.
Added backward compatibility for 18.1.3 and earlier

Related to Issue [MWDAM-1626]

  1. … 1 more file in changeset.
Add warning when loading older dam project.

Start implementation of backward compatibility

Related to Issue [MWDAM-1626]

Related to Issue [MWDAM-1621]

    • -0
    • +54
    ./IO/BackwardCompatibility.cs
  1. … 2 more files in changeset.
Fixed exception

Related to Issue [MWDAM-1621]

Add VersionInfo to ProjectData

Start implementing backward compatibility

Related to Issue [MWDAM-1621]

Incorporated comments review:

- Made the PolderLevel property of the ScenarioRecord optional, as this can be defined in either the locations.csv or the scenarios.csv which makes the property optional.

- Added error message in case the PolderLevel was undefined in both files --> in this case the scenario is not imported and a log message is generated

Related to Issue [MWDAM-1584]

    • -1
    • +1
    ./CsvImporters/CsvImporterScenarios.cs
Incorporated comments review:

- Remove unused code

Related to Issue [MWDAM-1584]