Maxar-Portal-SDK


NameMaxar-Portal-SDK JSON
Version 1.1.2 PyPI version JSON
download
home_page
SummarySDK for interacting with Maxar imagery platforms
upload_time2022-12-02 22:43:07
maintainer
docs_urlNone
authorMDS Marianas Team
requires_python>=3.6
licenseMIT
keywords ogc wms wfs wmts wcs maxar imagery gis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MPS Portal Services

# Installation Instructions
1. Install python 3.7
1. pip install Maxar-Portal-SDK
1. Create a credentials file called `.mps-config` 
   * The file should look like:
   ```
   [mps]
   user_name=<your-user-name>
   user_password=<your-password>
   ```
# Usage Instructions
```
from MPS_Portal_SDK import Interface
interface = Interface()
print(help(sw_ogc))
```
# Documentation

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

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

# 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-Portal-SDK",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "OGC,WMS,WFS,WMTS,WCS,MAXAR,IMAGERY,GIS",
    "author": "MDS Marianas Team",
    "author_email": "DL-GCS-Marianas@maxar.com",
    "download_url": "https://files.pythonhosted.org/packages/d8/83/ea19598b9af66aae5bc9dacc265dcd887f1a9b83b4a80d903ea439111ba2/Maxar_Portal_SDK-1.1.2.tar.gz",
    "platform": null,
    "description": "# MPS Portal Services\r\n\r\n# Installation Instructions\r\n1. Install python 3.7\r\n1. pip install Maxar-Portal-SDK\r\n1. Create a credentials file called `.mps-config` \r\n   * The file should look like:\r\n   ```\r\n   [mps]\r\n   user_name=<your-user-name>\r\n   user_password=<your-password>\r\n   ```\r\n# Usage Instructions\r\n```\r\nfrom MPS_Portal_SDK import Interface\r\ninterface = Interface()\r\nprint(help(sw_ogc))\r\n```\r\n# Documentation\r\n\r\nDocumentation site: https://maxar-portal.readthedocs.io/en/latest/\r\n\r\nGithub site: https://github.com/Maxar-Corp/maxar-portal\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.1.2",
    "split_keywords": [
        "ogc",
        "wms",
        "wfs",
        "wmts",
        "wcs",
        "maxar",
        "imagery",
        "gis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "653cfabde9f2780daa12a37f35828237",
                "sha256": "02af0d0183c5cfd4448057686cf60962b695c010d83e6a2378b980ab13789490"
            },
            "downloads": -1,
            "filename": "Maxar_Portal_SDK-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "653cfabde9f2780daa12a37f35828237",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 44145,
            "upload_time": "2022-12-02T22:43:05",
            "upload_time_iso_8601": "2022-12-02T22:43:05.288984Z",
            "url": "https://files.pythonhosted.org/packages/be/bb/89195bed3ccad06b0af14fd35166e051bcba6fb4e3c7c3c973b5eb0117b7/Maxar_Portal_SDK-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "097da53f093ba4fe9ba65c717619ae6e",
                "sha256": "4df517d176344013bd298725442a4dac0543f72ae9b97c9f7124d908408c180f"
            },
            "downloads": -1,
            "filename": "Maxar_Portal_SDK-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "097da53f093ba4fe9ba65c717619ae6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 32570,
            "upload_time": "2022-12-02T22:43:07",
            "upload_time_iso_8601": "2022-12-02T22:43:07.530651Z",
            "url": "https://files.pythonhosted.org/packages/d8/83/ea19598b9af66aae5bc9dacc265dcd887f1a9b83b4a80d903ea439111ba2/Maxar_Portal_SDK-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 22:43:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "maxar-portal-sdk"
}
        
Elapsed time: 0.01386s