文件名称:playground-python-client:Jupyter Notebooks Playground API脚本示例
文件大小:1.27MB
文件格式:ZIP
更新时间:2024-05-03 09:55:39
JupyterNotebook
Intelligence Playground Python客户端 该存储库包含一个Python库,可轻松连接到空中客车情报游乐场API。 它还提供了一些在Python Notebooks中按主题组织的请求示例。 安装Playground API库 首先克隆此存储库: git clone https://github.com/airbusgeo/playground-python-client.git 然后打开命令外壳,转到存储库文件夹并键入以下命令: pip install . 或如果您已经安装了客户端并想要升级: pip install --upgrade . 这会将Playground API客户端安装在您本地的Python库中。 获取并存储您的API密钥 要连接到API,您需要从OneAtlas网站检索API_KEYS。 请按照以下简单步骤操作: 访问此URL: : 点击
【文件预览】:
playground-python-client-master
----setup.py(922B)
----.gitignore(1KB)
----Dockerfile(4KB)
----extracts()
--------95e878942335216e74e88a9d9e2a97156870bfce-14-8323-6039.jgw(81B)
--------95e878942335216e74e88a9d9e2a97156870bfce-14-8323-6039.prj(121B)
--------95e878942335216e74e88a9d9e2a97156870bfce-14-8323-6039.jpg(131KB)
----03-Working-with-Processes.ipynb(15KB)
----01-Getting-Started.ipynb(13KB)
----LICENSE(1KB)
----02-Working-with-Imagery.ipynb(1.5MB)
----README.md(3KB)
----playgroundclient()
--------__init__.py(105B)
--------playgroundclient.py(16KB)