Welcome to intake-erddap’s documentation!

Intake ERDDAP

Intake is a lightweight set of tools for loading and sharing data in data science projects. Intake ERDDAP provides a set of integrations for ERDDAP.

  • Quickly identify all datasets from an ERDDAP service in a geographic region, or containing certain variables.

  • Produce a pandas DataFrame for a given dataset or query.

  • Get an xarray Dataset for the Gridded datasets.

The key features are:

  • Pandas DataFrames for any TableDAP dataset.

  • xarray Datasets for any GridDAP datasets.

  • Query by any or all:
    • bounding box

    • time

    • CF standard_name

    • variable name

    • Plaintext Search term

  • Save catalogs locally for future use.

Installation

The project is available on PyPI, so it can be installed using pip:

pip install intake-erddap

Indices and tables