CliDyn / climsight

prototype of a system that provide local climate information
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

New Version of Climsight with Modular Structure and Terminal Option #87

Closed kuivi closed 2 months ago

kuivi commented 3 months ago

This pull request introduces a new version of Climsight with the following updates: Modular Structure:

Terminal Option:

In addition to running Climsight with Streamlit, you can now run it directly in the terminal. To run Climsight in the terminal, use the following command:

  python src/climsight/climsight.py terminal

Logging:

This version includes the initial implementation of logging to help with debugging and tracking the application's behavior.

Running Climsight with Streamlit remains unchanged: streamlit run src/climsight/climsight.py

koldunovn commented 2 months ago

Sorry @kuivi had to change the colors a bit :)