Metadata-Version: 2.3
Name: geoips
Version: 1.16.3
Summary: Geolocated Information Processing System
Keywords: GeoIPS,Poetry
Author: GeoIPS
Author-email: geoips@nrlmry.navy.mil
Maintainer: GeoIPS
Maintainer-email: geoips@nrlmry.navy.mil
Requires-Python: >=3.11.0,<3.13.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: debug
Provides-Extra: doc
Provides-Extra: lint
Provides-Extra: test
Requires-Dist: alphashape (>=1.3.1)
Requires-Dist: astropy
Requires-Dist: bandit ; extra == "lint"
Requires-Dist: black ; extra == "lint"
Requires-Dist: brassy (>=0.0.3) ; extra == "doc"
Requires-Dist: cartopy (>=0.23.0)
Requires-Dist: colorama
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: hdf5plugin
Requires-Dist: ipython ; extra == "debug"
Requires-Dist: isodate
Requires-Dist: jsonschema (>4.18.0)
Requires-Dist: m2r2 ; extra == "doc"
Requires-Dist: matplotlib (>=3.7.0)
Requires-Dist: mistune (==0.8.4) ; extra == "doc"
Requires-Dist: netcdf4 (>1.7.0)
Requires-Dist: numexpr
Requires-Dist: numpy (>=2.2.4,<2.3.0)
Requires-Dist: pinkrst ; extra == "lint"
Requires-Dist: pixelmatch ; extra == "test"
Requires-Dist: prettier ; extra == "lint"
Requires-Dist: psutil
Requires-Dist: pyaml-env
Requires-Dist: pydantic (>=2.10.0)
Requires-Dist: pydata-sphinx-theme ; extra == "doc"
Requires-Dist: pygrib
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: pytest-mock (>=3.14.0) ; extra == "test"
Requires-Dist: pytest-xdist ; extra == "test"
Requires-Dist: pyyaml
Requires-Dist: rasterio
Requires-Dist: referencing
Requires-Dist: rich ; extra == "doc"
Requires-Dist: rich-argparse ; extra == "doc"
Requires-Dist: rio-cogeo
Requires-Dist: satpy
Requires-Dist: scikit-image
Requires-Dist: scipy (>1.2)
Requires-Dist: setuptools (<70)
Requires-Dist: sphinx (<7.2) ; extra == "doc"
Requires-Dist: sphinx-argparse ; extra == "doc"
Requires-Dist: sphinx-design ; extra == "doc"
Requires-Dist: sphinxcontrib-autoprogram ; extra == "doc"
Requires-Dist: sphinxcontrib-mermaid ; extra == "doc"
Requires-Dist: tabulate
Requires-Dist: tqdm
Requires-Dist: xarray (>=2025.3.1)
Project-URL: Repository, https://github.com/NRLMMD-GEOIPS/geoips
Description-Content-Type: text/markdown

    # # # This source code is subject to the license referenced at
    # # # https://github.com/NRLMMD-GEOIPS.

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/getting-started/installing/linux_with_conda.rst),
[mac](./docs/source/getting-started/installing/mac_with_conda.rst),
[windows](./docs/source/getting-started/installing/windows_with_conda.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

Documentation
------------------------------
The documentation can be found at:

https://nrlmmd-geoips.github.io/geoips/ 

