Skip to main content

ODP Python SDK

Project description

ODP SDK logo

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odp_sdk-0.4.11.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distribution

odp_sdk-0.4.11-py3-none-any.whl (21.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page