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

customized water quality results interface #238

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

daanvaningen
Copy link
Contributor

No description provided.

Comment on lines +719 to +734
@property
def levees(self):
return None

@property
def nodes_embedded(self):
return None

@property
def cross_sections(self):
return None

@property
def cells(self):
return None

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've added these because I think it does not make a lot of sense to also supply these bindings to the gridadmin while we are only working with specific result areas. But let me know what you think

Copy link
Contributor

Choose a reason for hiding this comment

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

Probably ok, if they don't exists we should not (try) expose them.

@daanvaningen daanvaningen requested a review from jpprins1 August 12, 2024 13:42
@daanvaningen daanvaningen merged commit 077c882 into master Aug 13, 2024
7 checks passed
@daanvaningen daanvaningen deleted the customized-water-quality-results branch August 13, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants