Skip to main content

SDK for interacting with Maxar Geospatial Platform

Project description

Maxar Geospatial Platform SDK

Installation Instructions

  1. Install python 3.7
  2. pip install MGP_SDK
  3. Create a credentials file called .mgp-config
    • The file should look like:
    [mgp]
    user_name=<your-user-name>
    user_password=<your-password>
    client_id=<your-client-id>
    

Usage Instructions

from MGP_SDK.interface import Interface
interface = Interface()
print(help(interface))
print(help(interface.streaming))
print(help(interface.account_service))

Documentation

Documentation site: https://maxar-geospatial-platform.readthedocs.io/en/latest/

Github site: https://github.com/Maxar-Corp/maxar-geospatial-platform

How to Install Jupyter Notebooks

Link to Jupyter labs install instructions Here

https://jupyter.org/install

Recommended Steps

In your python 3.7 environment run the following installation commands

pip install notebook

After Installation is completed launch the Jupyter Notebook in your python environment with

jupyter notebook

(Optional) Creating a Shortcut for your Specific Python Environment Jupyter Notebook.

Create a new Short cut on your desktop. After Naming your shortcut right click and select Properties Under the Shortcut tab In the target box input the following command. Substituting in the Path to your Anaconda3 and the name of your python environment.

%windir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& '<Path to Anaconda3>\condabin\conda-hook.ps1' ; "conda activate <PythonEnvironmentName>"; "jupyter notebook"

in the Start In box input

%cd%

This will allow you to store this shortcut anywhere on your computer.

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

MGP_SDK-1.1.0.tar.gz (46.5 kB view details)

Uploaded Source

Built Distribution

MGP_SDK-1.1.0-py3-none-any.whl (73.7 kB view details)

Uploaded Python 3

File details

Details for the file MGP_SDK-1.1.0.tar.gz.

File metadata

  • Download URL: MGP_SDK-1.1.0.tar.gz
  • Upload date:
  • Size: 46.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.13

File hashes

Hashes for MGP_SDK-1.1.0.tar.gz
Algorithm Hash digest
SHA256 0eebc37b752c652e7bbb8047e0c228e991a2821db33ff841d9e01906b14ecb90
MD5 28698ccb6203a1e57f21c684705a6855
BLAKE2b-256 51d5e105d5be4d79dbc026270a0687ff4010e1f2f54161d8257c60db6e1a2c44

See more details on using hashes here.

File details

Details for the file MGP_SDK-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: MGP_SDK-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.7.13

File hashes

Hashes for MGP_SDK-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c1fc7edd3b6eeb1012642b502ade28d7d2d9e4b305c44c929d4eb35b88a04c1a
MD5 0cbca9067b5e65e69b622190a11faa7d
BLAKE2b-256 55fc06695fad5659613763512fd36947d9e7cf76152cc47e66a6ac7b784162fb

See more details on using hashes here.

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