Installation Instructions
- Install python 3.7
- pip install Maxar-OGC
- 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))
Documentation
Documentation site: https://cloudservices.readthedocs.io/en/latest/index.html
PyPi site: https://pypi.org/project/Maxar-OGC/
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.
Release files for Maxar-OGC 1.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Maxar_OGC-1.5.0.tar.gz | 27.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Maxar_OGC-1.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 64.2 kB
Release files / Maxar_OGC-1.5.0.tar.gz
| Download URL | Maxar_OGC-1.5.0.tar.gz |
|---|---|
| Size | 27.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dbea9e015a92373e065f63c386a666739c17a5b0b517ceacd099acb6c30742c1
|
|
BLAKE2b-256 checksum How to use checksums |
f77fc0f138437ba7e5b81403728c98d6ceaddb27cac7356c549904a792c43fe9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.13
|
Release files / Maxar_OGC-1.5.0-py3-none-any.whl
| Download URL | Maxar_OGC-1.5.0-py3-none-any.whl |
|---|---|
| Size | 36.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5ae4a3ac6643039ea332c7e5f20720bacdf3e6bae3c79fa2f3f7f838c777a68e
|
|
BLAKE2b-256 checksum How to use checksums |
6188a366c70c29dff68a9c621c1a8285700ae3d8e52283315de66fa6eefd918c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.7.13
|