Re: problem with netCDF4 OpenDAP

2015-08-14 Thread Tom P
On 08/13/2015 05:55 PM, Jason Swails wrote: On Thu, Aug 13, 2015 at 6:32 AM, Tom P werot...@freent.dd mailto:werot...@freent.dd wrote: I'm having a problem trying to access OpenDAP files using netCDF4. The netCDF4 is installed from the Anaconda package. According to their

Re: problem with netCDF4 OpenDAP

2015-08-14 Thread Tom P
On 08/14/2015 03:15 PM, Jason Swails wrote: On Aug 14, 2015, at 3:18 AM, Tom P werot...@freent.dd wrote: Thanks for the reply but that is not what the documentation says. http://unidata.github.io/netcdf4-python/#section8 Remote OPeNDAP-hosted datasets can be accessed for reading over http if

problem with netCDF4 OpenDAP

2015-08-14 Thread George Trojan
Subject: problem with netCDF4 OpenDAP From: Tom P werot...@freent.dd Date: 08/13/2015 10:32 AM To: python-list@python.org I'm having a problem trying to access OpenDAP files using netCDF4. The netCDF4 is installed from the Anaconda package. According to their changelog, openDAP is supposed

Re: problem with netCDF4 OpenDAP

2015-08-14 Thread Michael Ströder
Tom P wrote: yes the file does appear to be there, I can download it and I can open and read the URL using urllib. Since there are a whole bunch of files in the directory, I really need MFDataset, but according to the documentation that doesn't work with URLs. Maybe the solution really is to

Re: problem with netCDF4 OpenDAP

2015-08-14 Thread Jason Swails
On Aug 14, 2015, at 3:18 AM, Tom P werot...@freent.dd wrote: Thanks for the reply but that is not what the documentation says. http://unidata.github.io/netcdf4-python/#section8 Remote OPeNDAP-hosted datasets can be accessed for reading over http if a URL is provided to the

problem with netCDF4 OpenDAP

2015-08-13 Thread Tom P
I'm having a problem trying to access OpenDAP files using netCDF4. The netCDF4 is installed from the Anaconda package. According to their changelog, openDAP is supposed to be supported. netCDF4.__version__ Out[7]: '1.1.8' Here's some code: url =

Re: problem with netCDF4 OpenDAP

2015-08-13 Thread Jason Swails
On Thu, Aug 13, 2015 at 6:32 AM, Tom P werot...@freent.dd wrote: I'm having a problem trying to access OpenDAP files using netCDF4. The netCDF4 is installed from the Anaconda package. According to their changelog, openDAP is supposed to be supported. netCDF4.__version__ Out[7]: '1.1.8'