Ge0rges / sidrift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sidrift

Compute backwards trajectory of sea ice parcel using OSI-SAF sea ice drift and ice concentration products

Installation

For development purposes install the library in development mode:

pip install -e .

Otherwise just do the usual:

python3 setup.py install

Build and run service as a docker container

make build run

Usage

Execute the CLI app like this:

$ python3 bin/sidtrack --help

About

License:MIT License


Languages

Language:Python 93.8%Language:Dockerfile 4.1%Language:Makefile 2.1%