Home
Getting started
Maxar-OGC is a Python library for accessing Maxar's imagery platforms to search and download imagery. Connection is established using connect id and login credentials.
Installation:
- Installation via pip is recommened:
pip install Maxar-OGCin your environment. - We recommend creating a credentials file to store your login information for future sessions in one of two ways.
- Use the command line interface command
configfrom the command prompt and follow the prompts. See Command Line Interface - Create a credentials file called
.ogc-configin your home directory with the following format[ogc] user_name=<your-user-name> user_password=<your-password> user_tenant=<your-base-url> i.e. https://securewatch.digitalglobe.com user_connectid=<your-connectid>
- Use the command line interface command
After creating your config file, you are now ready to start with the Quickstart Guide