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

Bug fix in valid GIS names used to create water network models #452

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kaklise
Copy link
Collaborator

@kaklise kaklise commented Oct 7, 2024

Summary

The following PR addresses #448 and #449. node_type and link_type are no longer stored or used in the WaterNetworkGIS GeoDataFrames. The attributes are still included in the dictionary representation of WaterNetworkModels which are used to translate between WaterNetworkModels and the GIS data.

Bug fix: Missing commas resulted in errors in the valid GIS names

Bug fix: GeoDataFrames now include valid columns even when all entries in that column are None

Tests and documentation

  • Added a test to compare valid GIS names to gis data
  • Updated a test to remove node_type and link_type

Acknowledgement

By contributing to this software project, I acknowledge that I have reviewed the software quality assurance guidelines and that my contributions are submitted under the Revised BSD License.

@coveralls
Copy link

Coverage Status

coverage: 84.245% (+0.02%) from 84.227%
when pulling f30fea2 on kaklise:valid_gis_names
into 576dc01 on USEPA:main.

@kaklise kaklise requested a review from kbonney October 15, 2024 16:46
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