An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PVSiteAPI

[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#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
Peter Dudfield

💻
rachel tipton
rachel tipton

💻
Eric Liu
Eric Liu

💻
Simon Lemieux
Simon Lemieux

💻
Rahul Maurya
Rahul Maurya

💻
Suleman Karigar
Suleman Karigar

💻
BraunRudolf
BraunRudolf

💻


Nicholas Tucker
Nicholas Tucker

💻
Anas Khan
Anas Khan

💻
Utkarsh Verma
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