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

Functionality to determine properties in a cell #28

Open
jdhughes-usgs opened this issue Sep 4, 2024 · 0 comments
Open

Functionality to determine properties in a cell #28

jdhughes-usgs opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jdhughes-usgs
Copy link
Contributor

We talked about this feature for flopy 3 but never implemented it. I think it may have been called "Cell Inspector".

If you passed a cell to the Inspector you maybe could get a pandas data frame or dictionary back with the data you could also just get back a repr like

cell x,y,z

grid data
top: 10
bottom: 9
horizontal area: 12.1

hydraulic data
k11: 10
k33: 1
sy: 0.2
ss: 1e-5

stress boundaries
constant head:
stress period 0: 10
stress period 1: 11

drain:
stress period 0: 9, 1000.0
stress period 1: 8, 1010.0

@jdhughes-usgs jdhughes-usgs added the enhancement New feature or request label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant