Validations of the soil profile performed in class PlLinesCreator.cs and PlLinesToWaternetConverter.cs are moved to a new class SoilProfileValidator and called only by the PlLinesCreator.Related to Issue [MWDAM-2164]
Reference line of the waternet containing upwards vertical part is corrected (by shifting the highest point by 1cm) in order to be correctly displayed in D-StabilityRelated to Issue [MWDAM-2517]
The determination of 2D aquifer layers in PlLinesToWaternetConverter is extracted to a new class SoilProfile2DHelper in order to be used by the waternet creator validatorRelated to Issue [MWDAM-2525]
Create the temporary folder in a location where user is allowed to write (AppData\Local\Temp), instead of at location of exe.Related to Issue [MWDAM-2382]