ODP Python SDK Logo
dev
  • Quickstart
  • API
  • Utilities
ODP Python SDK
  • Docs »
  • Welcome to ODP Python SDK documentation
  • Edit on GitHub

Welcome to ODP Python SDK documentation¶

  • Installation
  • Contents

Installation¶

To install this package:

$ pip install odp_sdk

To upgrade this package:

$ pip install -U odp_sdk

Note: Utility functions available in CastFunctions.py and DataStatsFunctions.py are not included in the pip install package and has to be downloaded separately

Contents¶

  • Quickstart
    • Authenticate
    • Download Ocean Data
  • API
    • ODPClient
  • Utilities
    • Advanced Helper Functions
      • Interpolate Casts to Z
      • Interpolate Casts to grid
      • Interpolate profile
      • Plot Casts
      • Plot Grid
      • Get Units
      • Plot percentage of nulls for each variable in variable list
      • Plot metadata-statistics
      • Plot distribution of values
      • Plot casts belonging to specific dataset
      • Internal Helper Functions
    • Geographic Utilities
      • Convert Latitude and Longitude to Geo-Index
      • Convert Latitude and Longitude to grid-coordinates
      • Convert Geo-Index to grid-coordinates
      • Convert Geo-Index to Latitude and Longitude
      • Get all grid-coordinates within a rectangle
      • Get all Geo-Indices within a rectangle
Next

© Copyright 2020, C4IR/Ocean Data Foundation Revision e149a80c.

Built with Sphinx using a theme provided by Read the Docs.