Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 04 24 fix swmm views #232

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

2024 04 24 fix swmm views #232

wants to merge 11 commits into from

Conversation

sjib
Copy link
Contributor

@sjib sjib commented Apr 24, 2024

SWMM 5.1 / 5.2. seems not to like NULL values if there is no data - therefore replacing defaults with 0 resp. 0.0 instead.

@sjib sjib marked this pull request as draft April 24, 2024 12:30
@sjib sjib added the Fix Fix a bug or something broken label Apr 24, 2024
@ponceta ponceta added this to the 1.6.2 milestone May 13, 2024
@sjib
Copy link
Contributor Author

sjib commented Jun 17, 2024

Documentation update: see QGEP/docs#224

@sjib
Copy link
Contributor Author

sjib commented Jun 17, 2024

@ponceta Do I need to make a full delta?

@sjib sjib self-assigned this Jun 17, 2024
@sjib sjib marked this pull request as ready for review June 17, 2024 17:41
@sjib
Copy link
Contributor Author

sjib commented Aug 2, 2024

@ponceta What is going wrong here?

NULL as StageData,
-- 'FREE'::varchar as Type,
CASE
WHEN waterlevel_hydraulic IS NOT NULL THEN 'FIXED'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this attribute is only available in discharge points in this model

waterlevel_hydraulic

It would be better to be explicit like dp.waterlevel_hydraulic to avoid missing joins

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix a bug or something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants