Skip to content

Python tools to order imagery and launch workflows on DigitalGlobe's GBDX platform.

Notifications You must be signed in to change notification settings

tdgplatform/gbdxtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gbdxtools: Python tools for using GBDX

image

gbdxtools is a package for ordering imagery and launching workflows on DigitalGlobe's GBDX platform.

gbdxtools is MIT licenced.

Installation is easy:

pip install gbdxtools

If you have a previous version of gbdxtools install then:

pip install --upgrade gbdxtools

In order to use gbdxtools, you need GBDX credentials. Email geobigdata@digitalglobe.com to get these.

Documentation is hosted here: http://gbdxtools.readthedocs.org/en/latest/. Example scripts can be found under the /examples directory of this repo.

Development

Clone the repo dev branch:

git clone -b dev git@github.com:kostasthebarbarian/gbdxtools.git

cd gbdxtools

Start a virtual environment:

virtualenv venv

. venv/bin/activate

Install the requirements:

pip install -r requirements.txt

Please follow this python style guide: https://google.github.io/styleguide/pyguide.html. 80-90 columns is fine.

About

Python tools to order imagery and launch workflows on DigitalGlobe's GBDX platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.8%
  • HTML 9.2%