Metadata-Version: 2.2
Name: geokube
Version: 0.2.7.5
Summary: a Python package based on xarray for GeoScience Data Analysis
Home-page: https://github.com/CMCC-Foundation/geokube
Author: geokube Contributors
Author-email: geokube@googlegroups.com
License: Apache License, Version 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cf_units==3.3.0
Requires-Dist: cartopy
Requires-Dist: numpy==2.0.2
Requires-Dist: pandas==2.2.3
Requires-Dist: netCDF4
Requires-Dist: scipy
Requires-Dist: xarray==2025.1.0
Requires-Dist: dask==2024.12.1
Requires-Dist: geopandas
Requires-Dist: intake==2.0.7
Requires-Dist: hvplot
Requires-Dist: pytest
Requires-Dist: dask[distributed]
Requires-Dist: zarr==2.18.4
Requires-Dist: rioxarray
Requires-Dist: plotly
Requires-Dist: pyarrow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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 

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

```bash
pip install geokube==v0.2.7.2
```

#### Docker Image
Prebuilt Docker images of Geokube are available:

```bash
docker pull rg.fr-par.scw.cloud/geokube/geokube:v0.2.7.2
```
