Metadata-Version: 2.4
Name: trollimage
Version: 1.28.0
Summary: Pytroll imaging library
Home-page: https://github.com/pytroll/trollimage
Author: Martin Raspaud
Author-email: martin.raspaud@smhi.se
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: Free Threading :: 1 - Unstable
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
License-File: LICENSE_RIO_COLOR.txt
Requires-Dist: numpy>=1.25
Requires-Dist: pillow
Provides-Extra: geotiff
Requires-Dist: rasterio>=1.0; extra == "geotiff"
Provides-Extra: xarray
Requires-Dist: dask[array]; extra == "xarray"
Requires-Dist: xarray; extra == "xarray"
Provides-Extra: tests
Requires-Dist: dask[array]; extra == "tests"
Requires-Dist: pyproj; extra == "tests"
Requires-Dist: pyresample; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: xarray; extra == "tests"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Trollimage
==========

.. image:: https://img.shields.io/pypi/v/trollimage.svg
    :target: https://pypi.python.org/pypi/trollimage/
    :alt: Version

.. image:: https://anaconda.org/conda-forge/trollimage/badges/version.svg
   :target: https://anaconda.org/conda-forge/trollimage/
   :alt: Conda-forge

.. image:: https://github.com/pytroll/trollimage/workflows/CI/badge.svg?branch=main
    :target: https://github.com/pytroll/trollimage/actions?query=workflow%3A%22CI%22
    :alt: GitHub Actions

.. image:: https://coveralls.io/repos/pytroll/trollimage/badge.png?branch=main
    :target: https://coveralls.io/r/pytroll/trollimage?branch=main
    :alt: Coverage

Imaging package for pytroll packages like
`SatPy <https://github.com/pytroll/satpy>`_.

License
=======

Copyright 2013 Trollimage developers

Licensed under the Apache License, Version 2.0 (the "License");
you may not use these files except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
