Metadata-Version: 2.4
Name: pygac
Version: 1.8.0
Summary: NOAA AVHRR GAC/LAC/FRAC reader and calibration
Project-URL: Homepage, https://github.com/pytroll/pygac
Project-URL: Bug Tracker, https://github.com/pytroll/pygac/issues
Project-URL: Documentation, https://pygac.readthedocs.io/en/stable/
Project-URL: Source Code, https://github.com/pytroll/pygac
Project-URL: Organization, https://pytroll.github.io/
Project-URL: Slack, https://pytroll.slack.com/
Project-URL: Release Notes, https://github.com/pytroll/pygac/blob/main/CHANGELOG.md
Author-email: The Pytroll Team <pytroll@googlegroups.com>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: bottleneck>=1.0.0
Requires-Dist: docutils>=0.3
Requires-Dist: h5py>=2.0.1
Requires-Dist: numpy>=1.8.0
Requires-Dist: packaging
Requires-Dist: pyorbital>=1.10.0
Requires-Dist: python-geotiepoints>=1.1.8
Requires-Dist: scipy>=0.8.0
Requires-Dist: xarray>=2024.1.0
Provides-Extra: dev
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: georef
Requires-Dist: georeferencer; extra == 'georef'
Description-Content-Type: text/markdown

# Pygac

[![Build](https://github.com/pytroll/pygac/actions/workflows/ci.yaml/badge.svg)](https://github.com/pytroll/pygac/actions/workflows/ci.yaml)
[![Coverage](https://codecov.io/gh/pytroll/pygac/branch/main/graph/badge.svg?token=DQMgf2LxuM)](https://codecov.io/gh/pytroll/pygac)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5832775.svg)](https://doi.org/10.5281/zenodo.5832775)


Pygac is a Python package to read, calibrate and navigate data from the AVHRR
instrument onboard NOAA and MetOp satellites in GAC and LAC format.

The documentation is available at https://pygac.readthedocs.io/.

## License

Copyright 2014 Pygac developers

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file 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.
