Skip to main content

SDK for interacting with Maxar imagery platforms

Project description

Installation Instructions

  1. Install python 3.7
  2. pip install Maxar-OGC
  3. Create a credentials file called .ogc-config
    • The file should look like:
    [ogc]
    user_name=<your-user-name>
    user_password=<your-password>
    user_tenant=https://securewatch.digitalglobe.com/
    user_connectid=<your-desired-connectid>
    

Usage Instructions

from Maxar_OGC import Interface
try:
  sw_ogc = Interface() # if .ogc-config was created
except:
  sw_ogc = Interface('https://securewatch.maxar.com/','<connect_id>') # if .ogc-config was not created
print(help(sw_ogc))

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

Maxar_OGC-0.1.4.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

Maxar_OGC-0.1.4-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

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