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

feat: add static methods to read gridgen quadtreegrid files #2061

Merged
merged 6 commits into from
Jan 17, 2024

Conversation

martinvonk
Copy link
Contributor

@martinvonk martinvonk commented Jan 17, 2024

See #2059.

Previously, gridgen files could not be read without an instance of the Gridgen class. This PR adds static methods to the gridgen class that read the gridgen files.

Copy link

codecov bot commented Jan 17, 2024

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (96ede0d) 73.0% compared to head (d8646d0) 73.0%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop   #2061     +/-   ##
=========================================
- Coverage     73.0%   73.0%   -0.1%     
=========================================
  Files          259     259             
  Lines        59298   59260     -38     
=========================================
- Hits         43305   43271     -34     
+ Misses       15993   15989      -4     
Files Coverage Δ
flopy/utils/gridgen.py 86.7% <94.0%> (-0.2%) ⬇️

@martinvonk martinvonk changed the title Add static methods to read gridgen files feat: add static methods to read gridgen quadtreegrid files Jan 17, 2024
Copy link
Contributor

@langevin-usgs langevin-usgs left a comment

Choose a reason for hiding this comment

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

Hey @martinvonk, nice job with this, and making it through all the flopy checks. Looks good to me.

@langevin-usgs langevin-usgs merged commit 6899553 into modflowpy:develop Jan 17, 2024
24 checks passed
@martinvonk martinvonk deleted the gridgen_read branch January 17, 2024 20:04
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