CliDyn / climsight

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

Split code #54

Closed kuivi closed 5 months ago

kuivi commented 5 months ago

The code has been reorganized into the src/climsight directory and modularized into several files to prepare for packaging. Additionally, launch.py has been introduced. This enhancement allows users to execute climsight directly after installing the package with pip install -e .

koldunovn commented 5 months ago

@kuivi My attempt to run streamlit run launch.py end up with empty page.

Can you, please, also update README with instructions how to run it now?

koldunovn commented 5 months ago

I see I have to install it and then just cilmsight works :)

koldunovn commented 5 months ago

Seems to work, merging. Please do another PR with updated instructions for README :)