Metadata-Version: 2.1
Name: geoips
Version: 1.11.5
Summary: Geolocated Information Processing System
Home-page: https://github.com/NRLMMD-GEOIPS/geoips
Keywords: GeoIPS,Poetry
Author: Tom
Author-email: tom.jerry@colostate.edu
Maintainer: Tom
Maintainer-email: tom.jerry@colostate.edu
Requires-Python: >=3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: debug
Provides-Extra: doc
Provides-Extra: lint
Provides-Extra: test
Requires-Dist: astropy
Requires-Dist: bandit ; extra == "lint"
Requires-Dist: black ; extra == "lint"
Requires-Dist: cartopy (>=0.22.0)
Requires-Dist: doc8 ; extra == "lint"
Requires-Dist: ephem
Requires-Dist: flake8 ; extra == "lint"
Requires-Dist: flake8-docstrings ; extra == "lint"
Requires-Dist: flake8-rst ; extra == "lint"
Requires-Dist: flake8-rst-docstrings ; extra == "lint"
Requires-Dist: h5py
Requires-Dist: ipython ; extra == "debug"
Requires-Dist: isodate
Requires-Dist: jsonschema (>4.18.0)
Requires-Dist: matplotlib (>=3.7.0)
Requires-Dist: netcdf4
Requires-Dist: numexpr (<2.8.5)
Requires-Dist: numpy
Requires-Dist: pixelmatch ; extra == "test"
Requires-Dist: prettier ; extra == "lint"
Requires-Dist: psutil
Requires-Dist: pyaml-env
Requires-Dist: pydata-sphinx-theme ; extra == "doc"
Requires-Dist: pyhdf
Requires-Dist: pylint ; extra == "lint"
Requires-Dist: pyorbital
Requires-Dist: pypublicdecompwt
Requires-Dist: pyresample
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pyyaml
Requires-Dist: rasterio
Requires-Dist: referencing
Requires-Dist: satpy
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: sphinx (<7.2) ; extra == "doc"
Requires-Dist: sphinx-design ; extra == "doc"
Requires-Dist: xarray
Project-URL: Repository, https://github.com/NRLMMD-GEOIPS/geoips
Description-Content-Type: text/markdown

    # # # Distribution Statement A. Approved for public release. Distribution unlimited.
    # # #
    # # # Author:
    # # # Naval Research Laboratory, Marine Meteorology Division
    # # #
    # # # This program is free software: you can redistribute it and/or modify it under
    # # # the terms of the NRLMMD License included with this program. This program is
    # # # distributed WITHOUT ANY WARRANTY; without even the implied warranty of
    # # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the included license
    # # # for more details. If you did not receive the license, for more information see:
    # # # https://github.com/U-S-NRL-Marine-Meteorology-Division/

GeoIPS Base Package
====================

The GeoIPS Base Package provides a Python 3 based architecture supporting a wide variety of
satellite and weather data processing. The modular nature of the GeoIPS base infrastructure also allows
plug-and-play capability for user-specified custom functionality.

Installation
------------
See the
installation guide ([linux](./docs/source/starter/installation.rst),
[mac](./docs/source/starter/mac_installation.rst))
within the source code documentation for installation instructions. GeoIPS has a fully supported
exhaustive installation process, including a full conda environment, as well as a more basic
pip based installation for "expert" users.

Creating your own GeoIPS Plugin
-------------------------------

See the instructions to
[setup a new plugin](./docs/source/devguide/dev_setup.rst)
if you are interested in creating your own functionality using the GeoIPS
infrastructure.

Contributing
-------------
Are you interested in
1. Notifying the geoips team of bugs?
2. Submitting a fix to a known bug?
3. Contributing new functionality to the main geoips code base?
4. Creating your own geoips-compatible plugin?

We welcome all feedback and contributions!

Please review our
[contributors guide](./docs/source/devguide/contributors.rst)
for more information.

Contact
----------
Please contact geoips@nrlmry.navy.mil with any questions comments or concerns, and
for additional information about our regular user/developer meetings, Slack channel,
and other forms of communication.

Slack Channel
----------
For those interested in contributing to GeoIPS, have informal feature requests, or
have lingering questions not answered by the documentation, feel free to join our
[Slack Channel](https://geoips.slack.com/). If you are not permitted to join, email
geoips@nrlmry.navy.mil to request access.

Acknowledgments and Citations
------------------------------
Please display the following acknowledgment within all published research using this software:

    "This work uses the GeoIPS(R) software package written and
    developed by the Naval Research Laboratory Marine Meteorology Division.
    https://github.com/NRLMMD-GEOIPS/"

See [GeoIPS LICENSE](https://github.com/NRLMMD-GEOIPS/geoips/blob/main/LICENSE) for
more information.

* https://github.com/NRLMMD-GEOIPS/geoips/blob/main/LICENSE

