Skip to content

OpenDAP support  #250

@betolink

Description

@betolink

A lot of the most popular NASA datasets are backed by OpenDAP and it would be very handy to have a workflow to support this access pattern. Something like this could also facilitate the usability of legacy data formats such as HDF-EOS

import earthaccess
earthaccess.login()

URL = LEGACY_HDF4_DATA_GRANULE

store = earthaccess.get_opendap_store(URL)

ds = xr.open_dataset(store)

ans that's it...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions