junxiemq / netcdf4-python

Automatically exported from code.google.com/p/netcdf4-python
Other
0 stars 0 forks source link

RuntimeError: NetCDF: Malformed or inaccessible DAP DDS #187

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
-when i want run my code as per attached(countour_test.py) the error come out 
as:
File "C:\MetoceanStation\web\countour_test.py", line 29, in <module>
    (date[0:8],date[8:10]))
  File "netCDF4.pyx", line 1386, in netCDF4.Dataset.__init__ (netCDF4.c:19148)
RuntimeError: NetCDF: Malformed or inaccessible DAP DDS

What is the expected output? What do you see instead?
-the output should come out like attached file (output.png).

What version of the product are you using? On what operating system?
-netCDF4-1.0.4.win32-py2.7.exe,windows 7 professional & 64-bit OS. 

Please provide any additional information below.

Original issue reported on code.google.com by nca8...@gmail.com on 24 Jun 2013 at 4:34

Attachments:

GoogleCodeExporter commented 8 years ago
works for me.  Perhaps the DAP server was having issues when you ran it?

Original comment by whitaker.jeffrey@gmail.com on 24 Jun 2013 at 11:39

GoogleCodeExporter commented 8 years ago
yes, I noticed the problem occurred because of different time zone.i'm from 
malaysia, so when i tried to archive the data in the morning, the data does not 
exist yet. 

Anyway thanks for your prompt.

Original comment by nca8...@gmail.com on 25 Jun 2013 at 6:22

GoogleCodeExporter commented 8 years ago

Original comment by whitaker.jeffrey@gmail.com on 26 Feb 2014 at 2:04