Skip to main content

TERRA-REF utility library

Project description

This package provides standard functions for interacting with TERRA-REF services and data. The primary intended users of the package are authors of data processing automation tools known as Clowder extractors but others working with TERRA-REF data may find it useful.

Installation

The easiest way install terrautils is using pip and pulling from PyPI.:

pip install terrautils

Because this system is still under rapid development, you may need a specific branch from the terrautils repository. You can either clone the repository from GitHub and install locally with following commands:

git clone https://github.com/terraref/terrautils
git checkout <branch>
cd terrautils
pip install .

Or you can install directly from GitHub with a single command:

pip install https://github.com/terraref/terrautils/archive/<branch>.zip

Note: the terrautils package is heavily dependent on the GDAL library and tools. Installing GDAL can most easily be accomplished at the operating system level using packages designed for your distribution. If you see errors about failing to import osgeo you need to make ensure GDAL and its python wrappers are installed. Terrautils will work with both GDAL v1.11 and v2.2 so whichever is available for your system should be fine.

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

terrautils-1.1.0.tar.gz (34.3 kB view hashes)

Uploaded Source

Built Distribution

terrautils-1.1.0-py2-none-any.whl (38.0 kB view hashes)

Uploaded Python 2

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