Metadata-Version: 2.4
Name: geokube
Version: 2026.6
Summary: a Python package based on xarray for GeoScience Data Analysis
Project-URL: Homepage, https://github.com/CMCC-Foundation/geokube
Project-URL: Repository, https://github.com/CMCC-Foundation/geokube
Project-URL: Issues, https://github.com/CMCC-Foundation/geokube/issues
Author-email: geokube Contributors <dds-support@cmcc.it>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: climate,datacube,earth-observation,geoscience,xarray
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Requires-Dist: cartopy
Requires-Dist: cf-units==3.3.0
Requires-Dist: cf-xarray==0.10.5
Requires-Dist: cftime==1.6.5
Requires-Dist: dask[distributed]==2026.6.0
Requires-Dist: fastparquet==2026.5.0
Requires-Dist: geopandas
Requires-Dist: h5netcdf==1.6.1
Requires-Dist: h5py==3.14.0
Requires-Dist: hvplot
Requires-Dist: kerchunk==0.2.10
Requires-Dist: netcdf4==1.7.2
Requires-Dist: numcodecs==0.15.1
Requires-Dist: numpy==2.4.6
Requires-Dist: obstore==0.11.0
Requires-Dist: pandas==2.2.3
Requires-Dist: plotly
Requires-Dist: pyarrow
Requires-Dist: rioxarray
Requires-Dist: scipy
Requires-Dist: tqdm>=4.66
Requires-Dist: virtualizarr==2.7.0
Requires-Dist: xarray==2026.4.0
Requires-Dist: zarr==3.2.1
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# geokube

## Description

**geokube** is an open source Python package for geoscience data analysis that provides the user with a simple application programming interface (API) for performing geospatial operations (e.g., extracting a bounding box or regridding) and temporal operations (e.g., resampling) on different types of scientific feature types like grids, profiles and points, using  `xarray` data structures and xarray ecosystem frameworks such as `xesmf`.

## Developers Team

- [Valentina Scardigno](https://github.com/vale95-eng)
- [Gabriele Tramonte](https://github.com/gtramonte)

### Former Developers

- [Marco Mancini](https://github.com/km4rcus)
- [Jakub Walczak](https://github.com/jamesWalczak)
- [Mirko Stojiljkovic](https://github.com/MMStojiljkovic)

## Installation 

[![PyPI](https://img.shields.io/pypi/v/geokube.svg)](https://pypi.org/project/geokube/)

#### Requirements
You need to install xesmf and cartopy to use some feature of geokube.

```bash
pip install geokube
```