Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.04 KB

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

Former Developers

Installation

Requirements

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

pip install geokube==v0.2.7.2

Docker Image

Prebuilt Docker images of Geokube are available:

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