Skip to content

Commit

Permalink
fixed usage of netcdf and opendap drivers in doc
Browse files Browse the repository at this point in the history
Due to intake#62, accessing OPeNDAP is not possible anymore using the
`netcdf`driver. But because of intake#57, this functionality is now included
in the `opendap` driver.
  • Loading branch information
d70-t committed Aug 19, 2020
1 parent 2016aa8 commit 8695f6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ objects, they do not all accept the same file formats.
netcdf
------

Supports any file format that can be passed to xarray.open_dataset. this
included .nc, .grib, and unauthenticated OPeNDAP URLs
Supports any local or downloadable file that can be passed to xarray.open_dataset.
Remote files will be cached locally.
This included .nc and .grib but not OPeNDAP URLs as these are not downloadable files.

opendap
-------

Supports OPeNDAP URLs that require authentication.
Supports OPeNDAP URLs, optionally with `esgf`, `urs` or `generic_http` authentication.

zarr
-----
Expand Down

0 comments on commit 8695f6b

Please sign in to comment.