Metadata-Version: 2.4
Name: lasp-curryer
Version: 0.3.2
Summary: LASP SPICE extentions and geospatial data product generation tools.
License: MIT
License-File: LICENSE
License-File: NOTICE
Keywords: spice,geolocation,geometry,ephemeris,attitude,kernel,coordinates,lasp,university of colorado,naif
Author: Brandon Stone
Author-email: brandon.h.stone@colorado.edu
Requires-Python: >=3.10,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: affine (>=2.3)
Requires-Dist: boto3
Requires-Dist: furo ; extra == "docs"
Requires-Dist: h5py (>=3.0,<3.14.0)
Requires-Dist: ipython ; extra == "dev"
Requires-Dist: jinja2 (>=3)
Requires-Dist: myst-parser (>=0.18) ; extra == "docs"
Requires-Dist: netcdf4 (>=1.6,<1.7.3)
Requires-Dist: numpy (>=1.23,<2.0)
Requires-Dist: openpyxl (>=3)
Requires-Dist: pandas (>=1.5)
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: pyproj (>=3.6)
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-randomly ; extra == "test"
Requires-Dist: requests (>=2.28)
Requires-Dist: responses (>=0.25.8) ; extra == "test"
Requires-Dist: ruff ; extra == "dev"
Requires-Dist: scipy (>=1.9)
Requires-Dist: sphinx (>=5.0) ; extra == "docs"
Requires-Dist: sphinx-autoapi (>=2.0) ; extra == "docs"
Requires-Dist: spiceypy (>=6,<8.1.0)
Requires-Dist: tifffile (>=2024.1.1)
Requires-Dist: typing-extensions
Requires-Dist: xarray (>=2022.11)
Project-URL: Documentation, https://lasp-curryer.readthedocs.io/
Project-URL: Repository, https://github.com/lasp/curryer
Description-Content-Type: text/markdown

# Curryer

[![readthedocs](https://readthedocs.org/projects/lasp-curryer/badge/?version=latest)](https://lasp-curryer.readthedocs.io/en/latest/)
[![tests](https://github.com/lasp/curryer/actions/workflows/tests.yml/badge.svg)](https://github.com/lasp/curryer/actions/workflows/tests.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18734310.svg)](https://zenodo.org/records/18734310)

A library for SPICE extensions and geospatial data product generation.

## Documentation

Our documentation is hosted on [readthedocs](https://lasp-curryer.readthedocs.io/)

## Core Features

- Extensions and wrappers for SPICE routines and common data patterns.
- Automation of SPICE kernel creation from JSON definition files and modern data
  file formats and third-party data structures.
- Level-1 geospatial data processing routines (e.g., geolocation).

## Install

```shell
pip install lasp-curryer
```

Releases are [available on PyPi](https://pypi.org/project/lasp-curryer/)

## Setup

Please read [this page](https://lasp-curryer.readthedocs.io/en/latest/users.html) for setup, initialization, and examples.

## Contributions

We welcome contributions! Please check out our [developer guide](https://lasp-curryer.readthedocs.io/en/latest/developers.html) and follow our pull request standards to make a contribution.

When you are interacting with this repository, we ask that you follow the [LASP open source code of conduct](https://github.com/lasp/repository-template/blob/main/CODE_OF_CONDUCT.md).

## Citations

If you use Curryer in your work, we kindly ask you to [acknowledge Curryer](https://lasp-curryer.readthedocs.io/en/latest/acknowledgement.html) in your publications and presentations.

