Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMau authored Jul 6, 2023
1 parent 5eba374 commit 3e6db27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Within this Project an Streamlit app was
1. Git Clone Repository to your local machine and with Conda install Packages from `environment.yml`
2. Make sure to download all necesary data sets as in file structure [here](https://tubcloud.tu-berlin.de/s/oqJYaQwYFWtT9p3/download) (**Most datasets should be included since v0.1.2** but [weather data](https://tubcloud.tu-berlin.de/s/DYnHGnYR4389bY8/download/western-europe-2011.nc) needs to be added manually)


To run the app open your Terminal
- activate Conda environment with `conda activate LCOE`
- navigate to the scripts folder and run `streamlit run visualiozation.py`
Expand All @@ -32,6 +31,9 @@ If there is no link shown open a Browser and type `localhost:8051`
13. `cd offshore_LCOE/data/weather`
14. `streamlit run offshore_LCOE/scitps/visualization.py` (make sure to include typo in visualization)

### Adjustments
If you want to use another year for modeling you have to setup an API key to [Copernicus ERA5 API](https://cds.climate.copernicus.eu/api-how-to) then modify and run `weather.py` accordingly. Afterwards update atlite.cutout reading within `visualization.py` with your custom filename.

### Troubleshooting

If you are facing issues with our program, follow these steps to troubleshoot:
Expand Down

0 comments on commit 3e6db27

Please sign in to comment.