ioos / erddapy

Python interface for ERDDAP
https://ioos.github.io/erddapy/
BSD 3-Clause "New" or "Revised" License
77 stars 30 forks source link

add a netcdf response with a in-memory and file options #118

Closed ocefpaf closed 4 years ago

ocefpaf commented 4 years ago

Note that not all libnetcdf are compiled with the in-memory support, so we will need the file fallback.

ocefpaf commented 4 years ago

I also modified the xarray response to use the same nc object. See #119