Metadata-Version: 2.1
Name: sun_angles
Version: 1.1.2
Summary: calculates solar zenith and azimuth and daylight hours
Author-email: "Gregory H. Halverson" <gregory.h.halverson@jpl.nasa.gov>
Project-URL: Homepage, https://github.com/JPL-Evapotranspiration-Algorithms/sun_angles
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: rasters
Requires-Dist: solar-apparent-time

# `sun_angles` Python Package

The `sun_angles` Python package calculates solar zenith and azimuth and daylight hours.

[Gregory H. Halverson](https://github.com/gregory-halverson-jpl) (they/them)<br>
[gregory.h.halverson@jpl.nasa.gov](mailto:gregory.h.halverson@jpl.nasa.gov)<br>
NASA Jet Propulsion Laboratory 329G

## Installation

This package is availabe on PyPi as a [pip package](https://pypi.org/project/sun-angles/) as `sun-angles` with a dash.

```bash
pip install sun-angles
```

## Usage

Import this package as `sun_angles` with an under-score.

```python
import sun_angles
```
