PipingSoilProfileReader.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup up piping: - Removed unused files - Removed unused references Related to Issue [WTI-1343]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@11253 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9bff1a1cb0aa60e8667cb99d07bc748df0735e8b

Former-commit-id: 174629dc333d38b6d7a59a3eb4fd9fb980dd3261

  1. … 41 more files in changeset.
Updated SqLiteDatabaseReaderBase (and derived classes) with a proper implementation of Dispose Updated XMLDoc Modified StochasticSoilModelReader such that it properly closes the connection (by extracting the execution of queries from the constructor to a separate method) Related to Issue [WTI-1291]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@10854 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 721294a1ef92c2c79c1b058f30bb4eaea3182b7c

Former-commit-id: 582c188c3ae3c02b89058895579732fda4cf5f4a

  1. … 11 more files in changeset.
Updated license headers in Piping. Related to Issue [WTI-1242]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9501 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fda79840b5ca2b26234f71f990a231a69cefce05

Former-commit-id: 22decd2346491fae07602843fbe9b8931260bcc6

  1. … 394 more files in changeset.
Code cleanup: Ringtoets.GrassCoverErosionInwards Ringtoets.Piping

Related to Issue [WTI-1242]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9392 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6b066ee60035964ef40e9bcb01857d32effd227f

Former-commit-id: b973d6385ff4b8d55ee6f8eb6c35c02c5a8bf8ca

  1. … 183 more files in changeset.
Changed type of the Permeability and D70 for piping from Stochasts with Standard Deviation to Stochasts with Coefficient of Variation. Updated test data where required. Performed cleanup over some files Related to Issue [WTI-1238]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@9295 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3a76d5669162ce88fb78512a671fee1b6582a885

Former-commit-id: e5f3f1d2a3a720bb9515c25d788ddf4f0206f73d

  1. … 48 more files in changeset.
Updated SoilProfile query to show the profile only once when it is used in multiple segments. Related to Issue [WTI-1191]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@8819 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 52cc605b41246e776a3c919330c87dc810d97b2c

Former-commit-id: f84c396b9dd51a02578e988eb85ab24bed41e819

    • -180
    • +111
    ./PipingSoilProfileReader.cs
  1. … 3 more files in changeset.
* Fixed typos. * Renamed MigrationNeeded to MigrationRequired. * Cleanup. * Asserting log messages improved by taking type of message into account. * Moved CriticalFileReadException from Core.Common.IO\Exceptions to Core.Common.Base\IO * Task is now disposed when disposing ActivityProgressDialog * Put license header back Related to Issue [WTI-1049]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@8786 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 54560eb7ca6c0a99cdcf14b0406c23b9eca57311

Former-commit-id: 3b703601071d34a3cca2779d0c671f3d3ddabcd9

  1. … 124 more files in changeset.
Added verification of the database schema of DSoil-Model in which stochastic soil model names need to be unique. Introduced StochasticSoilModelCollection which has additional validation for the uniqueness of the StochasticSoilModel Name. Renamed files containing Table constants. Related to Issue [WTI-1093]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@8216 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 80c9a9206c20d8fdfa23712d2c68f9f13cc67378

Former-commit-id: b1779cca6f30e7472f2c9620524f4f5ae6031db2

  1. … 55 more files in changeset.
Added possibility to add probability to a stochastic soil profile. Added log messages for when multiple stochastic soil profiles are defined for the same soil profile in a model. Optimized query to return only unique profiles. Related to Issue [WTI-1070]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7990 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fd456cd0d8526096aca616ccee82a45d6c9b6b7c

Former-commit-id: f800ad3f703b8cdd09d7219620708869a9ed1df8

  1. … 9 more files in changeset.
(Editorial) Applied comments review 1178 - Removed redundant references in XML docs (e.g. System.X when System was already referenced) - Standardized XML docs regarding exceptions: Thrown is prefixed for the cause of the exception (e.g. <exception cref="X">Thrown when Lorus Ipsum</exception>)

Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6553 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c9a908b16e966485b3c2f38d472d9628b6f581ff

Former-commit-id: 71660f2e2159bfbb2e958ce8211bb236f66286e4

  1. … 31 more files in changeset.
Added IDataReaderExtensions with a helper method for reading a column with a certain type using conversions. Added ConversionException thrown when that helper method encounters an error. Added documentation for the ConversionException/CriticalFileReadException propagation path. Added test for when trying to convert values from database with invalid schema. Related to Issue [WTI-948]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6526 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9393160bb73bab9051e43b1412f2ed2dc94f4452

Former-commit-id: f5d35b781ec1c6e3ec8aaeeb46e6b78b8e3d30d7

  1. … 21 more files in changeset.
* Cleanup Ringtoets.Piping.KernelWrapper and Ringtoets.Piping.IO Related to Issue [WTI-737]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4757 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6fea391b9079b9f544d150daaaffac45d1a00164

Former-commit-id: 2794c744ed67102183220edda69a3c67b102db73

  1. … 19 more files in changeset.
Removed usings from blocks where Close is already called in the execution path (double dispose). Added disposing of composite members. Related to Issue [WTI-737]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4730 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4321838a12b98ce46f90d200a354e9ef28252457

Former-commit-id: 6600fa6355c31daacc9cde238d1fc63b75ccdeda

  1. … 5 more files in changeset.
* Improved readability of tests * Turned String into string Related to Issue [WTI-757]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4612 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 701ea98de739f0f328ead01558e5e443c904e706

Former-commit-id: cdb77cc67acfc2869c510cc8a1f32c0201a5f40e

  1. … 141 more files in changeset.
Removed unused AbovePhreaticLevel and DryUnitWeight properties from readers and storing classes. Removed unused EffectiveStress property from the IEffectiveThicknessCalculator and implementors. Due to stochastic parameters, effective stress needs to be calculated in Ringtoets. Related to Issue [WTI-686]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4135 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9cac85375a4bdfec0c70b252aaf48d2f3b31789c

Former-commit-id: 60f9628656712e9fdd83984776cb0bfd987c8dee

  1. … 29 more files in changeset.
Added reading of parameters of distributions for BelowPhreaticLevel, Permeability and DiameterD70. Related to Issue [WTI-686]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4055 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a7d4b816853df35cdda4f6f9346d83ea0fa10cb1

Former-commit-id: 3bf3a1b003b001778b4cc61dca0c1a8230ea3f63

  1. … 30 more files in changeset.
Added Color and MaterialName to PipingSoilLayer. Related to Issue [WTI-443]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3828 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 086abe8580bb5c69855c9f78e37d61bbcdfb45e1

Former-commit-id: fa8a23895c25e7295b6f2991e87926556176d127

  1. … 20 more files in changeset.
Updated queries so that color and name information on the material is obtained. Related to Issue [WTI-443]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@3815 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 315de0fd4e76f3956c60ed5485ae78da3d6ba81f

Former-commit-id: c190de640a03989034fdc5fe60d9bdecfaa3bcb8

  1. … 1 more file in changeset.
Changed interface of GenerateCalculationsStructure so that it only accepts non null values. Cleanup/format/added tests. Related to Issue [WTI-420]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2807 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c585ca34e6dd577acb065272f89db12813351797

Former-commit-id: d2fd57977e7c5942b2f5fccf1fd22efc109569e1

  1. … 9 more files in changeset.
* Made summation to 100% of StochasticSoilProfile instances more robust by taking into account limit precision of the double value type and use a tolerance around 100%. * Improved SQL queries to only consider Piping related profiles, instead of all 1D profiles and 2D profiles that happen to have a 'MechanismPointLocation' for extracting a 1D profile from a 2D profile. ** This requires to set a SoilProfileType at PipingSoilProfile construction time in order to properly match read profiles to read stochastic soil profiles in PipingSoilProfilesImporter. ** Updated *.soil databases in test data accordingly with new required rows in Segment, StochasticSoilModel and StochasticSoilProfile tables. Related to Issue [WTI-426]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2770 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0da134d294da206237cc1200f37412c762021409

Former-commit-id: 63da7f2f96f6c4c6a3eb14b391d0a052828e2b0e

  1. … 42 more files in changeset.
- Added ProgressNotify when checking if all profiles are used - Added Importer ProgressNotification check - Minor changes after review Related to Issue [WTI-426]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2695 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8268456f2f13c057fcc27611438ae7a206eb8213

Former-commit-id: f76dcd32b66ce46a2b8b6cd08081672fa296f2f6

  1. … 9 more files in changeset.
- Refactored Piping soil profile count query such that it return the amount of profiles that can be read using ReadProfile -- Added a test for this - Refactored PipingSoilProfileReader such that the SQLite queries are (a bit) more readable Related to Issue [WTI-426]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2682 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 146cbad0e705f44907f990c34046baece84b8ae9

Former-commit-id: 18071ef1a27b5f95038d11bba07e7652a5f50c35

  1. … 4 more files in changeset.
- Extended test coverage - Extracted SoilProfile count query Related to Issue [WTI-426]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2679 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9504b710ec8685a45b365cffb80e4794fa393c7a

Former-commit-id: 8435246d778ac5c89a23cae0e5a10e2829b5692a

  1. … 13 more files in changeset.
Removed superfluous namespace declaration in xml-doc references. Shortened property names. Added default constructor for StochasticSoilProfileReadException. Related to Issue [WTI-414]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2639 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 64e2c433767145c11e7ddf7cb225689c2af05adc

Former-commit-id: d5402d734cc73143af0a1ba6d46247f091ba7c66

  1. … 33 more files in changeset.
- Processed some review comments Related to Issue [WTI-414]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2624 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: df4236ca12bc9326678e0d560a14f3123be0a48d

Former-commit-id: 8c3fc5b0239e3331f90eadbfa104a6f9ecf6427f

  1. … 24 more files in changeset.
Moved PipingSoilProfile, PipingSoilLayer, RingtoetsPipingSurfaceLine and RingtoetsPipingSurfaceLineException to Ringtoets.Piping.Primitives. Moved PipingInputSynchronizer to Ringtoets.Piping.Data Duplicated Resources of Ringtoets.Piping.Data to Ringtoets.Piping.Primitives. Related to Issue [WTI-382]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2621 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9e7d6277c51ca2e4fef0d2f4ecd94a97e2388081

Former-commit-id: ba8b52dbef71c417505b06dd1cdacf406f3fddde

  1. … 117 more files in changeset.
- Processed some review comments Related to Issue [WTI-414]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2607 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0af5543bb328ff215334b37766a392b87f634b6b

Former-commit-id: 48ce1ecf3b8e6e0d256a7e1d3247ed0b6494338c

  1. … 19 more files in changeset.
- Refactored version check of PipingSoilProfileReader Related to Issue [WTI-414]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2592 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: fe1e84a1f2c4981dd2ed0abe75a63a57b74127da

Former-commit-id: 3d959c5a9ec1b2341d7ee50467ffb93157e96e3d

  1. … 4 more files in changeset.
- Refactored SoilProfile such, that it also saves the database identifier - Added XML doc Related to Issue [WTI-414]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2579 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a8b9a97044c8220d7c33e7c337439db7add3afe5

Former-commit-id: eb2587d8db1441313f14aecbc3d900ae10c60451

  1. … 35 more files in changeset.
- Added reader for HLCD databases - Moved logic for dataReader to SqLiteDatabaseReaderBase - Added tests for corner cases of HLCD Related to Issue [WTI-330]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2361 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dbae5e9cad667523e8816071ea1606d760d7c1c5

Former-commit-id: a9192bf4b59d41981bae185c3409dd2bd97c4cde

  1. … 18 more files in changeset.