-
Notifications
You must be signed in to change notification settings - Fork 4
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
GUI Feature #39
base: develop
Are you sure you want to change the base?
GUI Feature #39
Conversation
I'm going to pull your gui branch into a new jwnorm-gui branch on my end and play around with it. One thing I realized is that this will be a great interoperability test/challenge as I'm using Ubuntu and you are using Windows. This is a bridge that had to be crossed at some point, and this is a great test case. |
Did not even think of that, great idea. One issue I can think off the bat is that I explicitly target hillmaker.exe in my |
GUI Feature
Adds a new file gui.py, which contains the function
get_user_input
. This is combined with agooey
decorator in order to add a GUI to themake_hills
function. This does not replace the CLI, but instead offers an alternative for users who may be more comfortable clicking than typing.There are a few open items I would like to have resolved at some point:
in_field
andout_field
parameters to a dropdown menu based on thestop_data_csv
that is suppliedstart_analysis_dt
andend_analysis_dt
inferred from the min/max dates present inin_field
andout_field
, respectively