Deltares.Dam.Data

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed obsolete parameters ProbabilisticType and SoilType.

Related to Issue [MWDAM-1527]

    • -4
    • +0
    ./DamProjectCalculationSpecification.cs
    • -72
    • +30
    ./UISupport/ConfigurationManager.cs
    • -32
    • +0
    ./Importers/LocationImportHelper.cs
    • -1
    • +0
    ./DamEngineIo/FillDamUiFromXmlOutput.cs
    • -2
    • +0
    ./DamEngineIo/FillDamUiFromXmlInput.cs
    • -2
    • +0
    ./DamEngineIo/FillXmlInputFromDamUi.cs
    • -19
    • +5
    ./DamFailureMechanismeCalculationSpecification.cs
  1. … 4 more files in changeset.
Renamed WaterHeight back to RiverLevel, except in csv files.

Related to Issue [MWDAM-1521]

    • -8
    • +8
    ./Importers/LocationShapeFileAttributeMap.cs
    • -10
    • +10
    ./CsvImporters/CsvImporterLocations.cs
    • -11
    • +11
    ./CsvImporters/CsvImporterScenarios.cs
  1. … 8 more files in changeset.
Removed obsolete parameter IsUseOriginalCalculationOptions, cleaned up text references for previous obsolete parameters and removed obsolete Overtopping calculator.

Related to Issue [MWDAM-1527]

    • -126
    • +0
    ./OvertoppingErosionCalculator.cs
  1. … 4 more files in changeset.
Raise exception when river level is not defined in ValidateDamProjectData

Related to Issue [MWDAM-1521]

    • -1
    • +12
    ./DamEngineIo/FillXmlInputFromDamUi.cs
  1. … 1 more file in changeset.
Removed obsolete parameters GrassQuality, Direction, LevelReductionInside, LevelReductionOutside, LayerHeightDeviation, LayerHeightDistribution and IsUseOriginalPLLineAssignments.

Related to Issue [MWDAM-1527]

    • -69
    • +2
    ./Importers/LocationShapeFileAttributeMap.cs
    • -57
    • +1
    ./CsvImporters/CsvImporterLocations.cs
    • -31
    • +0
    ./Importers/LocationImportHelper.cs
    • -19
    • +0
    ./DamProjectCalculationSpecification.cs
  1. … 13 more files in changeset.
Reordered properties that are related to the scenarios tab:

- Visibility should however be maintained when the program is not in DesignMode

-- Added tests to verify behaviour of the parameters that are also displayed in the scenariostab

-- Optimized the switch-case logic by using fall-through

Related to Issue [MWDAM-1518]

  1. … 1 more file in changeset.
Restored removed properties as the context should determine the visibility and not the object itself

---

Merged revision(s) 2447 from DamClients/DamUI/trunk:

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]

Updated comments about required properties in scenarios.csv

Related to Issue [MWDAM-1531]

    • -15
    • +15
    ./CsvImporters/CsvImporterScenarios.cs
  1. … 1 more file in changeset.
Removed all probabilistic parameters except for type. Also removed obsolete SchematizationFactorData and control.

Related to Issue [MWDAM-1527]

    • -21
    • +0
    ./CsvImporters/CsvImporterLocations.cs
    • -21
    • +0
    ./CsvImporters/CsvImporterScenarios.cs
    • -30
    • +0
    ./Importers/LocationShapeFileAttributeMap.cs
    • -16
    • +14
    ./FailureMechanismeParamatersMStab.cs
  1. … 15 more files in changeset.
DikeTableHeight is no longer required in scenarios.csv

Related to Issue [MWDAM-1531]

    • -1
    • +1
    ./CsvImporters/CsvImporterLocations.cs
    • -7
    • +7
    ./CsvImporters/CsvImporterScenarios.cs
  1. … 1 more file in changeset.
Removed deleting locations when WaterHeight is not specified in import.

Related to Issue [MWDAM-1524]

  1. … 1 more file in changeset.
Removed the water_height_decimeringshoogte and max_water_height options.

Related to Issue [MWDAM-1527]

    • -15
    • +0
    ./CsvImporters/CsvImporterScenarios.cs
    • -16
    • +2
    ./CsvImporters/CsvImporterLocations.cs
    • -21
    • +1
    ./Importers/LocationShapeFileAttributeMap.cs
  1. … 5 more files in changeset.
Removed the Dupuit options and related test data.

Related to Issue [MWDAM-1527]

    • -2
    • +0
    ./Xsd/CalculationParametersDefinition.xsd
  1. … 23 more files in changeset.
Moved field names for import of scenarios.csv to CsvColumnNames.

Related to Issue [MWDAM-1530]

    • -33
    • +17
    ./CsvImporters/CsvImporterScenarios.cs
    • -5
    • +5
    ./CsvImporters/CsvImporterLocations.cs
    • -5
    • +5
    ./Importers/LocationShapeFileAttributeMap.cs
Fixed failing unit tests:

- Added logic to always have the data source folder set of where to retrieve the geometries from. The data source can come from the DamDataSource of the current object or from the passed argument

Related to Issue [MWDAM-1242]

Renamed LocationCsvColumnNames to CsvColumnNames

Related to Issue [MWDAM-1530]

    • -76
    • +76
    ./Importers/LocationShapeFileAttributeMap.cs
    • -435
    • +0
    ./Importers/LocationCsvColumnNames.cs
    • -80
    • +80
    ./CsvImporters/CsvImporterLocations.cs
  1. … 1 more file in changeset.
reverted DamProject.cs

Deleted DamIntegrationTestHelper.cs

Related to Issue [MWDAM-1460]

  1. … 2 more files in changeset.
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]