Skip to main content

a Python package based on xarray for GeoScience Data Analysis

Project description

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.

Authors

Lead Developers:

Installation

Requirements

You need to install xesmf and cartopy to use geokube. This can be done during the creation of conda virtual environment, as shown below

Add or append conda-forge channel

conda config --add channels conda-forge

or

conda config --append channels conda-forge

Conda Environment

Create virtual environment with installing xesmf and cartopy package

conda create -n geokube python=3.9 xesmf=0.6.2 cartopy -y

Activate virtual environment

conda activate geokube

Install geokube framework

python setup.py install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geokube-0.2.6b2.tar.gz (91.9 kB view hashes)

Uploaded Source

Built Distribution

geokube-0.2.6b2-py3-none-any.whl (106.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page