Metadata-Version: 2.1
Name: satpy
Version: 0.10.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
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: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Requires-Dist: numpy (>=1.12)
Requires-Dist: pillow
Requires-Dist: pyresample (>=1.10.3)
Requires-Dist: trollsift
Requires-Dist: trollimage (>=1.5.1)
Requires-Dist: pykdtree
Requires-Dist: six
Requires-Dist: pyyaml
Requires-Dist: xarray (>=0.10.1)
Requires-Dist: dask[array] (>=0.17.1)
Provides-Extra: abi_l1b
Requires-Dist: h5netcdf ; extra == 'abi_l1b'
Provides-Extra: acspo
Requires-Dist: netCDF4 (>=1.1.8) ; extra == 'acspo'
Provides-Extra: all
Requires-Dist: pyspectral (>=0.7.0) ; extra == 'all'
Requires-Dist: pytroll-schedule ; extra == 'all'
Requires-Dist: python-hdf4 ; extra == 'all'
Requires-Dist: imageio ; extra == 'all'
Requires-Dist: netCDF4 (>=1.1.8) ; extra == 'all'
Requires-Dist: h5py (>=2.7.0) ; extra == 'all'
Requires-Dist: python-geotiepoints (>=1.1.7) ; extra == 'all'
Requires-Dist: pyorbital (>=1.3.1) ; extra == 'all'
Requires-Dist: libtiff ; extra == 'all'
Requires-Dist: trollimage[geotiff] ; extra == 'all'
Requires-Dist: h5netcdf ; extra == 'all'
Requires-Dist: pygac ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: pyresample ; extra == 'all'
Requires-Dist: gdal ; extra == 'all'
Provides-Extra: amsr2_l1b
Requires-Dist: h5py (>=2.7.0) ; extra == 'amsr2_l1b'
Provides-Extra: animations
Requires-Dist: imageio ; extra == 'animations'
Provides-Extra: clavrx
Requires-Dist: netCDF4 (>=1.1.8) ; extra == 'clavrx'
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: geocat
Requires-Dist: python-hdf4 ; extra == 'geocat'
Provides-Extra: geotiff
Requires-Dist: gdal ; extra == 'geotiff'
Requires-Dist: trollimage[geotiff] ; extra == 'geotiff'
Provides-Extra: hdfeos_l1b
Requires-Dist: python-hdf4 ; extra == 'hdfeos_l1b'
Requires-Dist: python-geotiepoints (>=1.1.7) ; extra == 'hdfeos_l1b'
Provides-Extra: hrit_msg
Requires-Dist: pytroll-schedule ; extra == 'hrit_msg'
Provides-Extra: hrpt
Requires-Dist: pyorbital (>=1.3.1) ; extra == 'hrpt'
Requires-Dist: pygac ; extra == 'hrpt'
Requires-Dist: python-geotiepoints (>=1.1.7) ; extra == 'hrpt'
Provides-Extra: mitiff
Requires-Dist: libtiff ; extra == 'mitiff'
Provides-Extra: nc_nwcsaf_msg
Requires-Dist: netCDF4 (>=1.1.8) ; extra == 'nc_nwcsaf_msg'
Provides-Extra: omps_edr
Requires-Dist: h5py (>=2.7.0) ; extra == 'omps_edr'
Provides-Extra: proj
Requires-Dist: pyresample ; extra == 'proj'
Provides-Extra: pyorbital
Requires-Dist: pyorbital (>=1.3.1) ; extra == 'pyorbital'
Provides-Extra: pyspectral
Requires-Dist: pyspectral (>=0.7.0) ; extra == 'pyspectral'
Provides-Extra: sar_c
Requires-Dist: python-geotiepoints (>=1.1.7) ; extra == 'sar_c'
Requires-Dist: gdal ; extra == 'sar_c'
Provides-Extra: scmi
Requires-Dist: netCDF4 (>=1.1.8) ; extra == 'scmi'
Provides-Extra: viirs_compact
Requires-Dist: h5py (>=2.7.0) ; extra == 'viirs_compact'
Provides-Extra: viirs_l1b
Requires-Dist: netCDF4 (>=1.1.8) ; extra == 'viirs_l1b'
Provides-Extra: viirs_sdr
Requires-Dist: h5py (>=2.7.0) ; extra == 'viirs_sdr'

Satpy
=====

.. image:: https://travis-ci.org/pytroll/satpy.svg?branch=develop
    :target: https://travis-ci.org/pytroll/satpy

.. image:: https://ci.appveyor.com/api/projects/status/a82tm59hldt4ycor/branch/master?svg=true
    :target: https://ci.appveyor.com/project/pytroll/satpy/branch/master

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

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


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/.


