Installation

Note

When you are using a Terrascope Virtual Machine (VM) or Notebooks, the package is already pre-installed for you.

This package is available both in PyPI and the public Terrascope repository and can be installed using pip.

From PyPI

$ pip install terracatalogueclient

From the Terrascope repository

$ pip install –extra-index-url https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages/simple terracatalogueclient

Alternatively, you can configure pip to use the Terrascope repository as an additional package source:

  • add the Terrascope PyPI repository in your pip configuration file:

    [global]
    extra-index-url = https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages/simple
    
  • install the terracatalogueclient package:

    $ pip install terracatalogueclient