California Department of Water Resources Urban Water Management Economics Tool [Development Repository]
License file: License information.
- Update CaUWMET/main.spec if needed to configure how the executable is created.
- Then run the following command from the root directory to create distribution.zip which contains the .exe file and its dependencies.
.\create-cauwmet-model-executable.ps1
- Open File Explorer and unzip distribution.zip into a directory of your choosing.
- Double click the CaUWMET_v{VERSION_NUMBER}.exe to start the model.
- Update CaUWMET/streamlit_executable_builder.spec if needed to configure how the executable is created.
- Then run the following command from the root directory to create distribution.zip which contains the .exe file and its dependencies.
.\create-cauwmet-visualizer-executable.ps1
- Open File Explorer and unzip distribution.zip into a directory of your choosing.
- Double click the Visualize_CaUWMET.exe to start the app.
- If you see an error related to socket permissions, try changing the port by setting the CAUWMET_PORT environment variable.