Upgraded documentation to PyDAP

Hi all,

I have updated the documentation for PyDAP, you can find it here. PyDAP is a python implementation of the OPeNDAP protocol that can also be used a a simple client to access OPeNDAP served data. In the upgraded documentation there are some examples on using pydap as a client to access data. Broadly, these examples demonstrate:

  • How to authenticate in order to access Earth Data.
  • Lazy access to remote datasets
  • Integration with xarray for opening single and multiple URLs at once.

More examples and improved documentation (specially on the server side) to come.