Name | odp-sdk-python JSON |
Version |
0.4.1
JSON |
| download |
home_page | |
Summary | ODP Python SDK |
upload_time | 2024-01-02 12:02:17 |
maintainer | |
docs_url | None |
author | Thomas Li Fredriksen |
requires_python | >=3.10,<4.0 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<a href="https://www.oceandata.earth/">
<img src="assets/ODP-SDK.png" alt="ODP SDK logo" title="ODP" align="right" height="100" />
</a>
# ODP Python SDK
Connect to the Ocean Data Platform with Python through the Python SDK. Download queried ocean data easily and efficiently into data frames, for easy exploring and further processing in your data science project.
## Documentation
[WIP]
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the Ocean Data Platform Python SDK.
```bash
pip3 install odp_sdk
```
## Usage
*Note: Accessing the Ocean Data Platform requires an authorzed account. Contact ODP to require one.*
```python
from odp_sdk.client import OdpClient
client = OdpClient()
for item in client.catalog.list():
print(item)
```
Examples can be found in /examples.
Raw data
{
"_id": null,
"home_page": "",
"name": "odp-sdk-python",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Thomas Li Fredriksen",
"author_email": "thomas.fredriksen@oceandata.earth",
"download_url": "https://files.pythonhosted.org/packages/79/66/b498d4c3e56537c0c97750527d1d66d45e93d41cf90d3b3d46df94bce843/odp_sdk_python-0.4.1.tar.gz",
"platform": null,
"description": "<a href=\"https://www.oceandata.earth/\">\n <img src=\"assets/ODP-SDK.png\" alt=\"ODP SDK logo\" title=\"ODP\" align=\"right\" height=\"100\" />\n</a>\n\n\n# ODP Python SDK\n\nConnect to the Ocean Data Platform with Python through the Python SDK. Download queried ocean data easily and efficiently into data frames, for easy exploring and further processing in your data science project.\n\n## Documentation\n\n[WIP]\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install the Ocean Data Platform Python SDK.\n\n```bash\npip3 install odp_sdk\n```\n \n## Usage\n\n*Note: Accessing the Ocean Data Platform requires an authorzed account. Contact ODP to require one.*\n\n```python\nfrom odp_sdk.client import OdpClient\n\nclient = OdpClient()\n\nfor item in client.catalog.list():\n print(item)\n```\n\nExamples can be found in /examples. \n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "ODP Python SDK",
"version": "0.4.1",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e3f766e3a08b056dcba4b9f45635e52f7e83f27053d4c72d62a4f3317ffe50a0",
"md5": "b0dbf8213ab6cadaf88bb93b16dcbbb1",
"sha256": "e8014b5f6dfd7ab6cfe4341a13889a7e880aa58d7045b45bfbd783904c884f0e"
},
"downloads": -1,
"filename": "odp_sdk_python-0.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b0dbf8213ab6cadaf88bb93b16dcbbb1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10,<4.0",
"size": 20224,
"upload_time": "2024-01-02T12:02:15",
"upload_time_iso_8601": "2024-01-02T12:02:15.828541Z",
"url": "https://files.pythonhosted.org/packages/e3/f7/66e3a08b056dcba4b9f45635e52f7e83f27053d4c72d62a4f3317ffe50a0/odp_sdk_python-0.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7966b498d4c3e56537c0c97750527d1d66d45e93d41cf90d3b3d46df94bce843",
"md5": "8f905a923fb78c78432b7beb41367b49",
"sha256": "eb65bed0d5c40b237fb7d96d3600665b7f02b4a6e75b4a9e8886cb94b73f256d"
},
"downloads": -1,
"filename": "odp_sdk_python-0.4.1.tar.gz",
"has_sig": false,
"md5_digest": "8f905a923fb78c78432b7beb41367b49",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10,<4.0",
"size": 15464,
"upload_time": "2024-01-02T12:02:17",
"upload_time_iso_8601": "2024-01-02T12:02:17.484439Z",
"url": "https://files.pythonhosted.org/packages/79/66/b498d4c3e56537c0c97750527d1d66d45e93d41cf90d3b3d46df94bce843/odp_sdk_python-0.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-02 12:02:17",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "odp-sdk-python"
}