# Installation Instructions
1. Install python 3.7
1. pip install Maxar-OGC
1. 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.
Raw data
{
"_id": null,
"home_page": "",
"name": "Maxar-OGC",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "OGC,WMS,WFS,WMTS,WCS,MAXAR,IMAGERY,GIS",
"author": "GCS Marianas Team",
"author_email": "DL-GCS-Marianas@digitalglobe.com",
"download_url": "https://files.pythonhosted.org/packages/f7/7f/c0f138437ba7e5b81403728c98d6ceaddb27cac7356c549904a792c43fe9/Maxar_OGC-1.5.0.tar.gz",
"platform": null,
"description": "# Installation Instructions\r\n1. Install python 3.7\r\n1. pip install Maxar-OGC\r\n1. Create a credentials file called `.ogc-config` \r\n * The file should look like:\r\n ```\r\n [ogc]\r\n user_name=<your-user-name>\r\n user_password=<your-password>\r\n user_tenant=https://securewatch.digitalglobe.com/\r\n user_connectid=<your-desired-connectid>\r\n ```\r\n# Usage Instructions\r\n```\r\nfrom Maxar_OGC import Interface\r\ntry:\r\n sw_ogc = Interface() # if .ogc-config was created\r\nexcept:\r\n sw_ogc = Interface('https://securewatch.maxar.com/','<connect_id>') # if .ogc-config was not created\r\nprint(help(sw_ogc))\r\n```\r\n# Documentation\r\nDocumentation site: https://cloudservices.readthedocs.io/en/latest/index.html\r\n\r\nPyPi site: https://pypi.org/project/Maxar-OGC/\r\n\r\n# How to Install Jupyter Notebooks\r\n## Link to Jupyter labs install instructions Here\r\n```\r\nhttps://jupyter.org/install\r\n```\r\n## Recommended Steps\r\n\r\nIn your python 3.7 environment run the following installation commands\r\n```\r\npip install notebook\r\n```\r\nAfter Installation is completed launch the Jupyter Notebook in your python environment with \r\n```\r\njupyter notebook\r\n```\r\n\r\n## (Optional) Creating a Shortcut for your Specific Python Environment Jupyter Notebook.\r\nCreate a new Short cut on your desktop. \r\nAfter Naming your shortcut right click and select Properties\r\nUnder the Shortcut tab\r\nIn the target box input the following command. Substituting in the Path to your Anaconda3 and the name of your python environment. \r\n\r\n```\r\n%windir%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -ExecutionPolicy ByPass -NoExit -Command \"& '<Path to Anaconda3>\\condabin\\conda-hook.ps1' ; \"conda activate <PythonEnvironmentName>\"; \"jupyter notebook\"\r\n```\r\nin the Start In box input \r\n```\r\n%cd%\r\n```\r\nThis will allow you to store this shortcut anywhere on your computer.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "SDK for interacting with Maxar imagery platforms",
"version": "1.5.0",
"project_urls": {
"Documentation": "https://cloudservices.readthedocs.io/en/latest/index.html",
"Source": "https://github.com/DigitalGlobe/CloudServices"
},
"split_keywords": [
"ogc",
"wms",
"wfs",
"wmts",
"wcs",
"maxar",
"imagery",
"gis"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6188a366c70c29dff68a9c621c1a8285700ae3d8e52283315de66fa6eefd918c",
"md5": "20a42ba8fd75a8722cec78e01bcc6c8a",
"sha256": "5ae4a3ac6643039ea332c7e5f20720bacdf3e6bae3c79fa2f3f7f838c777a68e"
},
"downloads": -1,
"filename": "Maxar_OGC-1.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "20a42ba8fd75a8722cec78e01bcc6c8a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 36768,
"upload_time": "2023-12-12T19:53:02",
"upload_time_iso_8601": "2023-12-12T19:53:02.951513Z",
"url": "https://files.pythonhosted.org/packages/61/88/a366c70c29dff68a9c621c1a8285700ae3d8e52283315de66fa6eefd918c/Maxar_OGC-1.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f77fc0f138437ba7e5b81403728c98d6ceaddb27cac7356c549904a792c43fe9",
"md5": "af92204bcf1489cb40c5cef086a487fe",
"sha256": "dbea9e015a92373e065f63c386a666739c17a5b0b517ceacd099acb6c30742c1"
},
"downloads": -1,
"filename": "Maxar_OGC-1.5.0.tar.gz",
"has_sig": false,
"md5_digest": "af92204bcf1489cb40c5cef086a487fe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 27384,
"upload_time": "2023-12-12T19:53:05",
"upload_time_iso_8601": "2023-12-12T19:53:05.543948Z",
"url": "https://files.pythonhosted.org/packages/f7/7f/c0f138437ba7e5b81403728c98d6ceaddb27cac7356c549904a792c43fe9/Maxar_OGC-1.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-12 19:53:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DigitalGlobe",
"github_project": "CloudServices",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "maxar-ogc"
}