SDK for interacting with Maxar Geospatial Platform
Project description
Maxar Geospatial Platform SDK
Installation Instructions
- Install python 3.7
- pip install MGP_SDK
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file MGP_SDK-1.2.2.tar.gz
.
File metadata
- Download URL: MGP_SDK-1.2.2.tar.gz
- Upload date:
- Size: 62.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5890a54e9f2d687ca161246b67551f7e3d253476d6700de1d54f661bfa06b70c |
|
MD5 | 929e642a84e4c2a9a8ae9200e0e5d278 |
|
BLAKE2b-256 | 7d7e49b20e8cc6000610e8d9ec2f3a47a03c8c8e18cd71306a502cefd544a0af |
File details
Details for the file MGP_SDK-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: MGP_SDK-1.2.2-py3-none-any.whl
- Upload date:
- Size: 89.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95d56ef6e8a91a512f946a13bfbe4a24dece1308a1fb3832220fbdc02ec3358b |
|
MD5 | 2619d1a6710b913645eb639371b48ad7 |
|
BLAKE2b-256 | 0c04cfe1a40f087d2f3b862baeb4d8692bbb13daa3bb84bdc205d0dd3febb4fa |