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

https://github.com/pvlib/solposx

solposx is a Python package for determining solar position and atmospheric refraction
https://github.com/pvlib/solposx

Last synced: 5 months ago
JSON representation

solposx is a Python package for determining solar position and atmospheric refraction

Awesome Lists containing this project

README

          

# Reference implementations of common solar position algorithms

[![PyPI version](https://badge.fury.io/py/solposx.svg)](https://badge.fury.io/py/solposx) [![License - BSD 3-Clause](https://img.shields.io/pypi/l/solposx.svg)](https://github.com/pvlib/solposx/blob/main/LICENSE) [![DOI](https://joss.theoj.org/papers/10.21105/joss.09239/status.svg)](https://doi.org/10.21105/joss.09239)

## What is it?
solposx is a Python package for calculating solar position angles and comparing solar position algorithms.

## Documentation
The documentation can be found at [readthedocs](https://solposx.readthedocs.io/).

## Installation and dependencies
The package can be installed using pip:

pip install solposx

## Contributing
Contributions to the repository, e.g., bug fixes, improvements to the documentation, or the addition of new algorithms, are more than welcome.

## License
[BSD 3-clause](LICENSE).