Deltares.Dam.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove locations when no WaterHeight was specified in any of the import files. Add message for each location that was removed.

Related to Issue [MWDAM-1524]

    • -3
    • +5
    ./CsvImporters/CsvImporterScenarios.cs
  1. … 1 more file in changeset.
Removed obsolete properties from the Location:

- Removed the UpliftCriteria for Piping and Stability as these are already presented by the scenario

Related to Issue [MWDAM-1518]

Removed obsolete property required probability of failure piping:

- Updated numbering of remaining property order attributes

Related to Issue [MWDAM-1517]

Removed obsolete property required probability of failure piping

Related to Issue [MWDAM-1517]

Fixed directory generation by adding a routine to determine the geometry source path. The fix is to determine the source directory based on:

- The defx source definition for the geometry

- The directory where the defx file resides

- The directory of the damx project file.

Paths in the defx can be specified as relative or direct paths. The former definition causes the described bug, as the project directory where the .damx file resides + the relative path of the geometries does not exist at the time of project creation. --> hence the directory cannot be created.

Related to Issue [MWDAM-1242]

Added DikeTableHeight, WaterHeight, WaterHeightLow, WaterHeightDecimeringsHoogte, MaxWaterHeight to Location. Implemented import from locations.csv and shapefile. Removed RiverLevel and RiverLevelLow from Location.

Related to Issue [MWDAM-1521]

    • -2
    • +52
    ./Importers/LocationShapeFileAttributeMap.cs
    • -1
    • +36
    ./CsvImporters/CsvImporterLocations.cs
    • -1
    • +1
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -14
    • +11
    ./CsvImporters/CsvImporterScenarios.cs
    • -0
    • +25
    ./Importers/LocationCsvColumnNames.cs
  1. … 9 more files in changeset.
Moved TransferScenarios after reading all datasources, including shapefiles.

Added test ValuesFromShapeFileAreCopiedToScenarioIfNotDefinedInScenariosCsv

Related to Issue [MWDAM-1515]

    • -6
    • +27
    ./DataPlugins/DataPluginImporter.cs
  1. … 1 more file in changeset.
transfer headpl3 and headpl4 from locations to scenario

Added test ValuesFromLocationsCsvAreCopiedToScenarioIfNotDefinedInScenariosCsvOrShapeFile

Related to Issue [MWDAM-1516]

  1. … 1 more file in changeset.
readded test and got the test working for uplift design

Related to Issue [MWDAM-1460]

  1. … 126 more files in changeset.
Implemented DistanceToEntryPoint in communication with Engine. Added tests to see if it works.

Removed obsolete packages.config from Deltares.Maps.

Related to Issue [MWDAM-1361]

    • -0
    • +4
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -0
    • +2
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 3 more files in changeset.
Solved the issue by:

- deleting obsolete kernel types

- adapting the translations for the remaining types

- setting the proper enabled status for the selected kernel type

- making sure the right aligned combo box is shown properly.

Related to Issue [MWDAM-1483]

  1. … 4 more files in changeset.
Added the requested tests.

Related to Issue [MWDAM-300]

  1. … 1 more file in changeset.
For some reason !? a test which should have failed always only now decided to actually fail. So I fixed this here.

Related to Issue [MWDAM-1417]

Added the new installer.

Related to Issue [MWDAM-1417]

  1. … 32 more files in changeset.
Also Issue [MWDAM-1407]: removed repairers from dam, added extra validation for surfacelines, implemented the new required domain for surface lines.

Related to Issue [MWDAM-1466]

  1. … 1 more file in changeset.
Modified label and description for TL_DegreeOfConsolidation in Translations.xml according to OverviewDataUIAndEngine.xlsx revision 2284.

Removed label and description for TL_DegreeOfConsolidation in Location.cs because otherwise the English text from Translations.xml will not be used.

Related to Issue [MWDAM-1415]

Added TL_DegreeOfConsolidation to Translations.xml

Related to Issue [MWDAM-1415]

Removed all [Label] attributes on the properties to have a single source for the translations (the xml-files). This solved the problem as mentioned by Irene as the Labels override the use of the translation xml.

Related to Issue [MWDAM-1432]

Made the CharacteristicPointype editable in the table. Added the mechanisms to Mechanism support in order to get the proper items in the drop down list. Corrected the property editor to use the local line instead of the global line.

Related to Issue [MWDAM-1466]

  1. … 3 more files in changeset.
Export coordinates of characteristic points and surface lines with 3 decimals

Related to Issue [MWDAM-1456]

    • -69
    • +64
    ./CsvExportCharacteristicPoints.cs
Added the requested check with log messages for errors found. Adapted test values as some of the test data used in these existing tests proved to contain coinciding characteristic points which is now no longer accepted.

Related to Issue [MWDAM-300]

  1. … 3 more files in changeset.
Fixed the failing tests.

Related to Issue [MWDAM-1458]

  1. … 6 more files in changeset.
Solved by adapting the translation.

Related to Issue [MWDAM-1432]

Re-added ResetGroupID as this is used in the tests belonging to DamLive.

Related to Issue [MWDAM-1458]

Removed obsolete test data and translations as pointed out by reviewer.

Related to Issue [MWDAM-1443]

  1. … 5 more files in changeset.
Removed WIP-status of the tests created by Tom for this issue as these now all succeed. Removed the obsolete line and added missing comments.

Related to Issue [MWDAM-1436]

  1. … 1 more file in changeset.
Added the requested table as read only. Making some of it editable is another issue.

Related to Issue [MWDAM-1407]

  1. … 6 more files in changeset.
Adapted the code to get the tests added by The working.

Related to Issue [MWDAM-1436]

  1. … 3 more files in changeset.
Extracted the damx version using a new xmlhandler, deletion of results is handled in de Assign method of the DamPlugin.cs. Added tests for new assembler.

Related to Issue [MWDAM-1436]

    • -0
    • +134
    ./IO/DamProjectVersionXmlHandler.cs
  1. … 3 more files in changeset.
Removed values that were overwritten

Related to Issue [MWDAM-1415]

  1. … 1 more file in changeset.