Metadata-Version: 2.4
Name: xopr
Version: 0.1.3
Summary: Access Open Polar Radar data in the Python data ecosystem
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: aiohttp
Requires-Dist: dask[distributed]
Requires-Dist: fsspec
Requires-Dist: geopandas
Requires-Dist: geoviews
Requires-Dist: h5netcdf
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pystac-client
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: xarray
Provides-Extra: docs
Requires-Dist: coiled>=1.117.0; extra == 'docs'
Requires-Dist: dask[distributed]; extra == 'docs'
Requires-Dist: hvplot; extra == 'docs'
Requires-Dist: ipykernel; extra == 'docs'
Requires-Dist: jupyter-bokeh; extra == 'docs'
Requires-Dist: jupyter-book>=2.0.0a0; extra == 'docs'
Provides-Extra: stac
Requires-Dist: pystac; extra == 'stac'
Requires-Dist: stac-asset; extra == 'stac'
Requires-Dist: stac-fastapi-geoparquet[serve]; extra == 'stac'
Requires-Dist: stac-geoparquet; extra == 'stac'
Provides-Extra: test
Requires-Dist: flake8; extra == 'test'
Requires-Dist: pystac; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: stac-asset; extra == 'test'
Requires-Dist: stac-fastapi-geoparquet[serve]; extra == 'test'
Requires-Dist: stac-geoparquet; extra == 'test'
Requires-Dist: stac-validator; extra == 'test'
Description-Content-Type: text/markdown

# Welcome to xopr

[![Tests](https://github.com/thomasteisberg/xopr/actions/workflows/test.yml/badge.svg)](https://github.com/thomasteisberg/xopr/actions/workflows/test.yml)
[![Documentation](https://github.com/thomasteisberg/xopr/actions/workflows/docs.yml/badge.svg)](https://github.com/thomasteisberg/xopr/actions/workflows/docs.yml)
[![PyPI Version](https://img.shields.io/pypi/v/xopr.svg)](https://pypi.org/project/xopr/)
[![License](https://img.shields.io/github/license/thomasteisberg/xopr.svg)](LICENSE)

**Documentation:** [![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://www.thomasteisberg.com/xopr/)

**Code Coverage:** [Coverage Report](https://thomasteisberg.github.io/xopr/coverage/)

**Contributor Code of Conduct:** [![Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)

xopr is a Python library designed to make accessing [Open Polar Radar's](https://ops.cresis.ku.edu/) data archives easy, scalable, and reproducible.

**xopr is a work in progress! The API will almost certainly change in the future, so please proceed with caution.**

We welcome your feedback and contributions. If you run into problems or have ideas for how this could be better, please consider [opening an issue](https://github.com/thomasteisberg/xopr/issues/new/choose). We also welcome pull requests!

## Get started

Check out our [documentation](https://www.thomasteisberg.com/xopr/) to get started. The documentation includes example notebooks to show you the core functions.

## License

This library was originally written by Thomas Teisberg and Shane Grigsby. It is open source and licensed udner the [MIT License](./LICENSE).
