I don't know if this change I made is the optimal solution, but it works for my application. I thought it was a bug that was overlooked so I opened this pull request, but if I'm not seeing something and this is intentional please let me know as I'm not a SWMM expert by any means.
Hi!
I was having a problem with a conduit that had a CUSTOM shape and it had a shape curve name in the
Shp_Trnsct
column, but SWMM reported me this:The shape curve name wasn't there. So I went to look at how SWMM does it and I saw that it wrote them like this:
So I looked into the code and saw that it put the shape curve name in the
Geom2
column but then it was overridden by this:I don't know if this change I made is the optimal solution, but it works for my application. I thought it was a bug that was overlooked so I opened this pull request, but if I'm not seeing something and this is intentional please let me know as I'm not a SWMM expert by any means.
Thanks!