Metadata-Version: 2.1
Name: ddeq
Version: 0.1.0
Summary: Algorithms for data-driven detection and quantification of hot spot emissions in satellite observations.
Home-page: https://gitlab.com/empa503/remote-sensing/ddeq
Author: Gerrit Kuhlmann
Author-email: gerrit.kuhlmann@empa.ch
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.com/empa503/remote-sensing/ddeq/-/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Data-driven emission quantification

Algorithms for data-driven detection and quantification of hot spot emissions
in satellite observations.

## Installation
```
python -m pip install ddeq
```

The following requirements on third-party packages:

* Python (>= 3.6)
* cartopy
* cdsapi
* f90nml
* gasunits
* matplotlib
* netCDF4
* numpy
* pandas
* scipy
* shapely
* skimage
* xarray




