Skip to content

v0.5 goals #38

Description

@juntyr
  • working intake example for the compression lab using intake-esm and intake-xarray
  • working pystac example for the compression lab
  • add example for using xarray's pydap backend
    import pydap
    import xarray as XR
    ds = xr.open_dataset(
        "http://iridl.ldeo.columbia.edu/SOURCES/.OSU/.PRISM/.monthly/dods",
        decode_times=False,
        engine="pydap",
    )
    ds

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions