You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design and implement the "user" interface that we want to support.
Include documentation describing the basic usage.
Use case
My client at Rijkswaterstaat wants to run KOSWAT without having a clue about Python or Docker Containers and such. Can we make a standalone executable for dummies that could be run like this?
Preferably we will avoid creating .exe files as python compiled images may lead to problems. We can explore the option of using a production docker image consuming the same arguments that the cli and returning the results to the provided dir.
The text was updated successfully, but these errors were encountered:
Kind of request
Adding new functionality
Enhancement Description
Use case
My client at Rijkswaterstaat wants to run KOSWAT without having a clue about Python or Docker Containers and such. Can we make a standalone executable for dummies that could be run like this?
koswat.exe --input_file path\\to\\your\\koswat.ini --log_output path\\to\\your\\output\\dir
Additional Context
Preferably we will avoid creating
.exe
files as python compiled images may lead to problems. We can explore the option of using a production docker image consuming the same arguments that the cli and returning the results to the provided dir.The text was updated successfully, but these errors were encountered: