Metadata-Version: 2.1
Name: xcube-core
Version: 1.4.1
Summary: xcube is a Python package for generating and exploiting data cubes powered by xarray, dask, and zarr.
Author: xcube Development Team
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: affine>=2.2
Requires-Dist: botocore>=1.34.51
Requires-Dist: cftime>=1.6.3
Requires-Dist: click>=8.0
Requires-Dist: cmocean>=2.0
Requires-Dist: dask>=2021.6
Requires-Dist: dask-image>=0.6
Requires-Dist: deprecated>=1.2
Requires-Dist: distributed>=2021.6
Requires-Dist: fiona>=1.8
Requires-Dist: fsspec>=2021.6
Requires-Dist: gdal>=3.0
Requires-Dist: geopandas>=0.8
Requires-Dist: jdcal>=1.4
Requires-Dist: jsonschema>=3.2
Requires-Dist: mashumaro
Requires-Dist: matplotlib-base>=3.0
Requires-Dist: netcdf4>=1.5
Requires-Dist: numcodecs>=0.12.1
Requires-Dist: numba>=0.52
Requires-Dist: numpy>=1.16
Requires-Dist: openssl
Requires-Dist: pandas>=1.3
Requires-Dist: pillow>=6.0
Requires-Dist: pyjwt>=1.7
Requires-Dist: pyproj>=3.0
Requires-Dist: pyyaml>=5.4
Requires-Dist: rasterio>=1.2
Requires-Dist: requests>=2.25
Requires-Dist: rfc3339-validator>=0.1
Requires-Dist: rioxarray>=0.11
Requires-Dist: s3fs>=2021.6
Requires-Dist: setuptools>=41.0
Requires-Dist: shapely>=1.6
Requires-Dist: tornado>=6.0
Requires-Dist: urllib3>=1.26
Requires-Dist: xarray>=2022.6
Requires-Dist: zarr>=2.11

[![Build Status](https://ci.appveyor.com/api/projects/status/h4m43pwga7pjoftl/branch/master?svg=true)](https://ci.appveyor.com/project/bcdev/xcube)
[![codecov](https://codecov.io/gh/dcs4cop/xcube/branch/master/graph/badge.svg)](https://codecov.io/gh/dcs4cop/xcube)
[![Documentation Status](https://readthedocs.org/projects/xcube/badge/?version=latest)](https://xcube.readthedocs.io/en/latest/?badge=latest)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/xcube/badges/version.svg)](https://anaconda.org/conda-forge/xcube)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/xcube/badges/license.svg)](https://anaconda.org/conda-forge/xcube)

xcube is a Python toolkit for managing geospatial data cubes. 

It is based on popular data science packages such as 
[xarray](http://xarray.pydata.org/), [Zarr](https://zarr.readthedocs.io/), and [Dask](https://dask.org/).

Find out more in the [xcube Documentation](https://xcube.readthedocs.io).
