Metadata-Version: 2.1
Name: suntransit
Version: 0.1.0
Summary: Simple, fast approximation of sunrise, sunset time on Earth
Home-page: UNKNOWN
Author: K. Arthur Endsley
Author-email: arthur.endsley@ntsg.umt.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: docs
License-File: LICENSE

suntransit
==========

**Simple, fast approximation of sunrise, sunset time on Earth.**

[![DOI](https://zenodo.org/badge/414701058.svg)](https://zenodo.org/badge/latestdoi/414701058)


Installation
------------

It is recommended to install with `pip`:

```sh
pip install suntransit
```

The only dependency is `numpy`.


Documentation
-------------

[Online documentation can be found here.](https://arthur-e.github.io/suntransit/)


Testing
-------

```sh
python tests/tests.py
```


References
----------

Meeus, Jean. "Astronomical Algorithms." 1991. William-Bell Inc. Richmond, Virginia, U.S.A.

U.S. Naval Observatory. "Almanac for Computers." 1990. Reproduced by
    Ed Williams. https://www.edwilliams.org/sunrise_sunset_algorithm.htm


