Skip to main content

Utility library for interacting with TERRA-REF infrastructure.

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> pip install -r requirements.txt 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 sure GDAL is installed correctly on your system.

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.0.0.tar.gz (34.2 kB view hashes)

Uploaded Source

Built Distributions

terrautils-1.0.0-py2.7.egg (81.6 kB view hashes)

Uploaded Source

terrautils-1.0.0-py2-none-any.whl (38.3 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