Metadata-Version: 2.4
Name: xopr
Version: 0.3.0
Summary: Access Open Polar Radar data in the Python data ecosystem
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: aiohttp
Requires-Dist: antimeridian>=0.4.3
Requires-Dist: dask[distributed]
Requires-Dist: duckdb>=1.0.0
Requires-Dist: fsspec
Requires-Dist: geopandas
Requires-Dist: geoviews
Requires-Dist: h5netcdf
Requires-Dist: h5py>=3.9
Requires-Dist: haversine>=2.8.0
Requires-Dist: hdf5storage
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: platformdirs
Requires-Dist: pyarrow
Requires-Dist: requests
Requires-Dist: rustac>=0.6.0
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: xarray>=2024.10.0
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; extra == 'docs'
Requires-Dist: jupyter-bokeh; extra == 'docs'
Requires-Dist: jupyterlab; extra == 'docs'
Requires-Dist: mystmd; extra == 'docs'
Requires-Dist: pdoc>=14.0.0; extra == 'docs'
Requires-Dist: rioxarray; extra == 'docs'
Requires-Dist: verde; extra == 'docs'
Provides-Extra: stac
Requires-Dist: omegaconf; extra == 'stac'
Requires-Dist: pyarrow; 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: omegaconf; extra == 'test'
Requires-Dist: pyarrow; 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/englacial/xopr/actions/workflows/test.yml/badge.svg)](https://github.com/englacial/xopr/actions/workflows/test.yml)
[![Documentation](https://github.com/englacial/xopr/actions/workflows/docs.yml/badge.svg)](https://github.com/englacial/xopr/actions/workflows/docs.yml)
[![codecov](https://codecov.io/gh/englacial/xopr/branch/main/graph/badge.svg)](https://codecov.io/gh/englacial/xopr)
[![PyPI Version](https://img.shields.io/pypi/v/xopr.svg)](https://pypi.org/project/xopr/)
[![License](https://img.shields.io/github/license/englacial/xopr.svg)](LICENSE)

**Flight Coverage:** <!--ARCTIC_BADGE-->![Arctic](https://img.shields.io/badge/Arctic-612696%20km-00A4CC)<!--/ARCTIC_BADGE--> <!--ANTARCTIC_BADGE-->![Antarctic](https://img.shields.io/badge/Antarctic-422956%20km-FF6B35)<!--/ANTARCTIC_BADGE-->

<!--TOTAL_BADGE-->
![Total Data Ingest](https://progress-bar.xyz/29/?scale=100&title=Total%20Data%20Ingest&width=200&color=babaca&suffix=%25)
<!--/TOTAL_BADGE-->

*Data last updated: <!--LAST_UPDATED-->2025-12-03<!--/LAST_UPDATED-->*

**Try our code in binder:** [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/englacial/xopr/HEAD?urlpath=lab/tree/docs/notebooks)

**Documentation:** [![Jupyter Book Badge](https://img.shields.io/badge/jupyter-book-orange)](https://docs.englacial.org/xopr/)

**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; see [here for current data availibility](https://docs.englacial.org/xopr/polar-maps/) within xopr..

**xopr is a work in progress! The API may evolve as we continue towards a stable 1.0 release.**

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/englacial/xopr/issues/new/choose). We also welcome pull requests!

## Get started

Check out our [documentation](https://docs.englacial.org/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).

<!-- Hidden tracking values for GitHub Action -->
<!-- ARCTIC_VALUE: 612696 -->
<!-- ANTARCTIC_VALUE: 422956 -->
<!-- TOTAL_VALUE: 1035652 -->
