Metadata-Version: 2.1
Name: satpy
Version: 0.40.0
Summary: Python package for earth-observing satellite data processing
Home-page: https://github.com/pytroll/satpy
Author: The Pytroll Team
Author-email: pytroll@googlegroups.com
License: UNKNOWN
Download-URL: https://pypi.python.org/pypi/satpy
Project-URL: Bug Tracker, https://github.com/pytroll/satpy/issues
Project-URL: Documentation, https://satpy.readthedocs.io/en/stable/
Project-URL: Source Code, https://github.com/pytroll/satpy
Project-URL: Organization, https://pytroll.github.io/
Project-URL: Slack, https://pytroll.slack.com/
Project-URL: Twitter, https://twitter.com/hashtag/satpy?src=hashtag_click
Project-URL: Release Notes, https://github.com/pytroll/satpy/blob/main/CHANGELOG.md
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Provides-Extra: abi_l1b
Provides-Extra: acspo
Provides-Extra: all
Provides-Extra: amsr2_l1b
Provides-Extra: angles
Provides-Extra: animations
Provides-Extra: avhrr_l1b_gaclac
Provides-Extra: awips_tiled
Provides-Extra: cf
Provides-Extra: clavrx
Provides-Extra: doc
Provides-Extra: geocat
Provides-Extra: geotiff
Provides-Extra: geoviews
Provides-Extra: hrit_msg
Provides-Extra: hrpt
Provides-Extra: hsaf_grib
Provides-Extra: insat_3d
Provides-Extra: modis_l1b
Provides-Extra: msi_safe
Provides-Extra: nc_nwcsaf_msg
Provides-Extra: ninjo
Provides-Extra: omps_edr
Provides-Extra: overlays
Provides-Extra: rayleigh
Provides-Extra: remote_reading
Provides-Extra: sar_c
Provides-Extra: satpos_from_tle
Provides-Extra: seviri_l1b_hrit
Provides-Extra: seviri_l1b_native
Provides-Extra: seviri_l1b_nc
Provides-Extra: seviri_l2_bufr
Provides-Extra: seviri_l2_grib
Provides-Extra: tests
Provides-Extra: viirs_compact
Provides-Extra: viirs_l1b
Provides-Extra: viirs_sdr
License-File: LICENSE.txt
License-File: AUTHORS.md

Satpy
=====

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

.. image:: https://coveralls.io/repos/github/pytroll/satpy/badge.svg?branch=main
    :target: https://coveralls.io/github/pytroll/satpy?branch=main

.. image:: https://badge.fury.io/py/satpy.svg
    :target: https://badge.fury.io/py/satpy

.. image:: https://anaconda.org/conda-forge/satpy/badges/version.svg
   :target: https://anaconda.org/conda-forge/satpy/

.. image:: https://zenodo.org/badge/51397392.svg
   :target: https://zenodo.org/badge/latestdoi/51397392


The Satpy package is a python library for reading and manipulating
meteorological remote sensing data and writing it to various image and
data file formats. Satpy comes with the ability to make various RGB
composites directly from satellite instrument channel data or higher level
processing output. The
`pyresample <http://pyresample.readthedocs.io/en/latest/>`_ package is used
to resample data to different uniform areas or grids.

The documentation is available at
http://satpy.readthedocs.org/.

Installation
------------

Satpy can be installed from PyPI with pip:

.. code-block:: bash

    pip install satpy


It is also available from `conda-forge` for conda installations:

.. code-block:: bash

    conda install -c conda-forge satpy

Code of Conduct
---------------

Satpy follows the same code of conduct as the PyTroll project. For reference
it is copied to this repository in CODE_OF_CONDUCT.md_.

As stated in the PyTroll home page, this code of conduct applies to the
project space (GitHub) as well as the public space online and offline when
an individual is representing the project or the community. Online examples
of this include the PyTroll Slack team, mailing list, and the PyTroll twitter
account. This code of conduct also applies to in-person situations like
PyTroll Contributor Weeks (PCW), conference meet-ups, or any other time when
the project is being represented.

Any violations of this code of conduct will be handled by the core maintainers
of the project including David Hoese, Martin Raspaud, and Adam Dybbroe.
If you wish to report one of the maintainers for a violation and are
not comfortable with them seeing it, please contact one or more of the other
maintainers to report the violation. Responses to violations will be
determined by the maintainers and may include one or more of the following:

- Verbal warning
- Ask for public apology
- Temporary or permanent ban from in-person events
- Temporary or permanent ban from online communication (Slack, mailing list, etc)

For details see the official CODE_OF_CONDUCT.md_.

.. _CODE_OF_CONDUCT.md: ./CODE_OF_CONDUCT.md


