https://github.com/openclimatefix/global-solar-forecast
Forecast and Dashboard for Global Solar Forecast
https://github.com/openclimatefix/global-solar-forecast
Last synced: 8 months ago
JSON representation
Forecast and Dashboard for Global Solar Forecast
- Host: GitHub
- URL: https://github.com/openclimatefix/global-solar-forecast
- Owner: openclimatefix
- Created: 2025-09-10T12:59:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T08:28:02.000Z (8 months ago)
- Last Synced: 2025-09-26T09:27:54.683Z (8 months ago)
- Language: Python
- Size: 775 KB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OCF Template
[](#contributors-)
**Starting point for OCF projects**
[](https://github.com/openclimatefix/global-solar-forecast/actions/workflows/ci.yml)
[](https://github.com/openclimatefix/global-solar-forecast/tags)
[](https://openclimatefix.github.io/global-solar-forecast/)
[](https://github.com/openclimatefix/global-solar-forecast/graphs/contributors)
[](https://github.com/openclimatefix/ocf-meta-repo?tab=readme-ov-file#how-easy-is-it-to-get-involved)
⚠️ This project is a working-in-progress
This aim of this project is about making a global solar forecast. We want to make a 0-48 hours forecast for every country in the world.
We need to get the solar capacity for every countries, and then create a solar forecast.
We get the **solar capacities** from mainly from Ember and add a few in manually.
The **solar forecast** is very simple,
- as it assume one solar panel in the middle of the country,
- then we scaled it to the capacity of the country
- We use `open.quartz.solar` which is for domestic solar, and uses free weather forecasts.

## Example usage
TODO add weblink of where this is deployed
## FAQ
See FAQs [here](FAQ.md)
## Development
In order to run the app locally, clone this repo and run `uv sync`. To start app run
```uv run streamlit run src/v1/main.py```
### Running the test suite
Current there are not tests, but it would be great if some were added
## Contributing and community
[](https://github.com/openclimatefix/global-solar-forecast/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
- PR's are welcome! See the [Organisation Profile](https://github.com/openclimatefix) for details on contributing
- Find out about our other projects in the [here](https://github.com/openclimatefix/.github/tree/main/profile)
- Check out the [OCF blog](https://openclimatefix.org/blog) for updates
- Follow OCF on [LinkedIn](https://uk.linkedin.com/company/open-climate-fix)
## Contributors

Peter Dudfield
💻

dantravers
🤔

Megawattz
🤔

Ramkumar R
🎨

Ritkaar Singh
💻

Nataliia Sosnovshchenko
💻
---
*Part of the [Open Climate Fix](https://github.com/orgs/openclimatefix/people) community.*
[](https://openclimatefix.org)