Metadata-Version: 2.4
Name: advection
Version: 0.1.0
Summary: Functions used to calculate advective fluxes in eddy covariance data and make corrections
Author-email: Paul Inkenbrandt <paulinkenbrandt@utah.gov>
Maintainer-email: Paul Inkenbrandt <paulinkenbrandt@utah.gov>
License: MIT license
Project-URL: bugs, https://github.com/inkenbrandt/advection/issues
Project-URL: changelog, https://github.com/inkenbrandt/advection/blob/master/changelog.md
Project-URL: homepage, https://github.com/inkenbrandt/advection
Project-URL: documentation, https://advection.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: pandas; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: myst-parser; extra == "dev"
Dynamic: license-file

=========
Advection
=========


.. image:: https://img.shields.io/pypi/v/advection.svg
        :target: https://pypi.python.org/pypi/advection

.. image:: https://img.shields.io/travis/inkenbrandt/advection.svg
        :target: https://travis-ci.com/inkenbrandt/advection

.. image:: https://readthedocs.org/projects/advection/badge/?version=latest
        :target: https://advection.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/inkenbrandt/advection/shield.svg
     :target: https://pyup.io/repos/github/inkenbrandt/advection/
     :alt: Updates



Functions used to calculate advective fluxes and make corrections


* Free software: MIT license
* Documentation: https://advection.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
