Metadata-Version: 2.4
Name: hypergas
Version: 0.3.6
Summary: Python package for hyperspectral satellite imaging of trace gases
Project-URL: Homepage, https://github.com/SRON-ESG/HyperGas
Project-URL: Bug Tracker, https://github.com/SRON-ESG/HyperGas/issues
Project-URL: Documentation, https://hypergas.readthedocs.io/en/stable/
Project-URL: Source Code, https://github.com/SRON-ESG/HyperGas
Project-URL: Release Notes, https://github.com/SRON-ESG/HyperGas/blob/main/CHANGELOG.md
Author-email: The HyperGas Team <hypergas@googlegroups.com>
License-Expression: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.12
Requires-Dist: cartopy
Requires-Dist: cfgrib
Requires-Dist: contextily
Requires-Dist: dem-stitcher
Requires-Dist: folium
Requires-Dist: h5netcdf
Requires-Dist: matplotlib-scalebar
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyresample
Requires-Dist: rioxarray
Requires-Dist: satpy
Requires-Dist: scikit-image>=0.24.0
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: spacetrack
Requires-Dist: spectral
Requires-Dist: streamlit
Requires-Dist: xarray
Provides-Extra: doc
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Requires-Dist: sphinxcontrib-apidoc; extra == 'doc'
Description-Content-Type: text/x-rst

.. image:: https://raw.githubusercontent.com/SRON-ESG/HyperGas/main/doc/fig/logo.png
   :alt: HyperGas Logo
   :width: 500

========
HyperGas
========

The HyperGas package is a python library for retrieving trace gases enhancements from hyperspectral satellite data and writing it to different formats (NetCDF, PNG, and HTML).
HyperGas also supports generating plume masks and calculating gas emission rates.

Installation
============

The documentation is available at https://hypergas.readthedocs.io/.
