Metadata-Version: 2.2
Name: eotransform-pandas
Version: 1.1.1
Summary: Implements transformations on pandas DataFrame, to be used with eotransform streamed_process.
Home-page: https://github.com/TUW-GEO/eotransform-pandas
Author: TU Wien GEO MRS group
Author-email: remote.sensing@geo.tuwien.ac.at
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
License-File: LICENSE
Requires-Dist: eotransform>=1.1
Requires-Dist: pandas
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: geopathfinder; extra == "test"
Provides-Extra: geopath
Requires-Dist: geopathfinder; extra == "geopath"

![Coverage badge](https://raw.githubusercontent.com/TUW-GEO/eotransform-pandas/python-coverage-comment-action-data/badge.svg)

# eotransform-pandas

Implements pandas specific transformations following the eotransform protocol.

WIP: More Doc
