File "netCDF4.pyx", line 1314, in netCDF4.Dataset.__init__ (netCDF4.c:14697)
RuntimeError: Invalid argument
Der code dazu sieht wie folgt aus:
Code: Alles auswählen
from netCDF4 import Dataset
rootgrp = Dataset('Y:\largefile.nc', 'r')
rootgrp.close()Ich benutze netcdf4-python 0.9.9, python 2.7 unter windows xp.
Gruß, Julia
