Closed Nielszee92 closed 10 months ago
In the results part [OUTPUT DATA] block of the .shd file, only the stage number is mentioned. You can find the corresponding stage name by looking in the [CONSTRUCTION STAGES] block in the [INPUT DATA] block.
Thanks for the response! On my end the construction stages is a str, which makes it more difficulat to grab the staged constructions. It looks like this:
If you want to add the name of a phase to the results class, you can do it yourself. Please add a test for it and then make a pull request.
Thanks for the response! On my end the construction stages is a str, which makes it more difficulat to grab the staged constructions. It looks like this:
That is true. There is still a lot of work to do for better access. See the list in https://github.com/Deltares/GEOLib/issues/84.
I am now working on parsing results from D-Sheet Piling V23. However, the structure has changed since last time i used it. One big issue i have is that in the data the names of the phases are impossible to find. I would suggest to add the name of a phase to the results class, it's a small addition but for tracking results it's a big improvement. For now i would be helped a lot if you can point me to where i can find the stagenames in the serialized file.