https://github.com/openclimatefix/pv-site-api
Site specific API for PV forecasting
https://github.com/openclimatefix/pv-site-api
Last synced: 3 months ago
JSON representation
Site specific API for PV forecasting
- Host: GitHub
- URL: https://github.com/openclimatefix/pv-site-api
- Owner: openclimatefix
- Created: 2022-11-16T16:29:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T16:41:40.000Z (about 2 years ago)
- Last Synced: 2024-04-24T22:46:10.041Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 3.4 MB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PVSiteAPI
[](#contributors-)
> [!WARNING]
> This repo will soon be deprecated in favour of [quartz-api](https://github.com/openclimatefix/quartz-api)
API for PV site level forecasting
## Setup and Run
### [Install poetry][p]
### Install python dependencies
poetry install
### Start the API using uvicorn
poetry run uvicorn pv_site_api.main:app --reload
## Running the tests
poetry run pytest tests
## Coding style
Format the code *in place*
make format
Verify that the code satisfies the style
make lint
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Peter Dudfield
💻

rachel tipton
💻

Eric Liu
💻

Simon Lemieux
💻

Rahul Maurya
💻

Suleman Karigar
💻

BraunRudolf
💻

Nicholas Tucker
💻

Anas Khan
💻

Utkarsh Verma
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
[p]: https://python-poetry.org/docs/#installation