Minimum Intrusion Grid (MiG) Utilities library


Install
pip install mig-utils==0.1.7.4

Documentation

deling

Documentation Status

deling is a set of utilities for accessing and writing data across remote data storages.

Installation

Installation from pypi

pip install deling

Installation from source

git clone https://github.com/rasmunk/deling.git
cd deling
make install

Datastores

This package contains a set of datastores for accessing and conducting IO operations against remote data storage systems. Currently the package supports datastores that can be accessed through the following protocols:

Helper Datastores

To ease the use of the datastores, a set of helper datastores are provided. These datastores are wrappers around the basic datastore that have been implemented. The helper datastores are:

  • ERDAShare/ERDASFTPShare which connects to pre-created ERDA sharelinks.

Additional documentation can be found at ReadTheDocs