ODP Python SDK
Project description
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 to install the Ocean Data Platform Python SDK.
pip3 install odp_sdk
Usage
Note: Accessing the Ocean Data Platform requires an authorzed account. Contact ODP to require one.
from odp_sdk.client import OdpClient
client = OdpClient()
for item in client.catalog.list():
print(item)
Examples can be found in /examples.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file odp_sdk_python-0.4.1.tar.gz.
File metadata
- Download URL: odp_sdk_python-0.4.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb65bed0d5c40b237fb7d96d3600665b7f02b4a6e75b4a9e8886cb94b73f256d
|
|
| MD5 |
8f905a923fb78c78432b7beb41367b49
|
|
| BLAKE2b-256 |
7966b498d4c3e56537c0c97750527d1d66d45e93d41cf90d3b3d46df94bce843
|
File details
Details for the file odp_sdk_python-0.4.1-py3-none-any.whl.
File metadata
- Download URL: odp_sdk_python-0.4.1-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8014b5f6dfd7ab6cfe4341a13889a7e880aa58d7045b45bfbd783904c884f0e
|
|
| MD5 |
b0dbf8213ab6cadaf88bb93b16dcbbb1
|
|
| BLAKE2b-256 |
e3f766e3a08b056dcba4b9f45635e52f7e83f27053d4c72d62a4f3317ffe50a0
|