Metadata-Version: 2.4
Name: qa4sm-preprocessing
Version: 0.6.3
Summary: Preprocessing routines for QA4SM
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: TU Wien
Author-email: remote.sensing@geo.tuwien.ac.at
License: MIT
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: importlib-metadata
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: netCDF4
Requires-Dist: pyresample
Requires-Dist: pygeobase
Requires-Dist: parse
Requires-Dist: pygeogrids>=0.4.0
Requires-Dist: pynetcf
Requires-Dist: repurpose>=0.12
Requires-Dist: trollsift
Requires-Dist: xarray>=2025.01.2
Requires-Dist: zarr
Requires-Dist: dask
Requires-Dist: cf_xarray
Requires-Dist: h5py
Provides-Extra: testing
Requires-Dist: setuptools; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Dynamic: license-file

===================
qa4sm-preprocessing
===================

|ci| |cov| |pip| |doc|

.. |ci| image:: https://github.com/awst-austria/qa4sm-preprocessing/actions/workflows/build.yml/badge.svg?branch=master
   :target: https://github.com/awst-austria/qa4sm-preprocessing/actions

.. |cov| image:: https://coveralls.io/repos/awst-austria/qa4sm-preprocessing/badge.png?branch=master
  :target: https://coveralls.io/r/awst-austria/qa4sm-preprocessing?branch=master

.. |pip| image:: https://badge.fury.io/py/qa4sm-preprocessing.svg
    :target: https://badge.fury.io/py/qa4sm-preprocessing

.. |doc| image:: https://readthedocs.org/projects/qa4sm-preprocessing/badge/?version=latest
   :target: http://qa4sm-preprocessing.readthedocs.org/

The full documentation is available at https://qa4sm-preprocessing.readthedocs.io

This package contains functions to preprocess certain data before using them
in the QA4SM online validation framework.

Find the following examples as ipython notebooks under `docs/examples`

- Example 1: `Custom time series upload <https://github.com/awst-austria/qa4sm-preprocessing/blob/master/docs/examples/timeseries_user_upload.ipynb>`_
- Example 2: `Images to Time series conversion <https://github.com/awst-austria/qa4sm-preprocessing/blob/master/docs/examples/images_to_timeseries.ipynb>`_
- Example 3: `Spatial Averaging <https://github.com/awst-austria/qa4sm-preprocessing/blob/master/docs/examples/spatial_averaging.ipynb>`_

.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.0.2. For details and usage
information on PyScaffold see https://pyscaffold.org/.
