CLI
#81
Replies: 1 comment
-
This is a nice idea. I wonder if we could come up with a plot command with some reasonable defaults (layer 0, last time step, etc) and few switches to make a common flopy plot? Lots of other options too. Convert binary mf6 output files to ascii, for example. Users would like this, I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Flopy has two utility commands already:
flopy.mf6.utils.generate_classes
(need to invoke withpython -m
)get-modflow
(proper command)What other common tasks might we want it to do? Some ideas
https://clig.dev/ has some nice notes on CLI design, some of which applies to python user interfaces too.
Beta Was this translation helpful? Give feedback.
All reactions