Closed xushanthu-2014 closed 3 years ago
I saw you wrote that the error was related to a typo?
I saw you wrote that the error was related to a typo?
Then I found it was not related to that typo...actually the error is caused by running:
lat_test, lon_test = -17.375, -178.875 ascat_reader.read_ts(lat_test, lon_test)
There is no error until these two lines...
There seems to be a problem with the file name:
/Users/xushan/opt/anaconda3/lib/python3.7/site-packages/pynetcf/time_series.py:1301: RuntimeWarning: I/O error /Users/xushan/research/TUD/ASCAT/pytesmo-test-data-master/sat/ascat/netcdf/55R22/,nc.nc
',nc.nc'?
Thanks and I solved that! By the way, do you have any documents or examples for reading ASCAT data of .dat and .idx format? Or basically the structure of the .dat file?
To whom it may concern I am a student who is using ASCAT data and trying to read it by ASCAT package. Here is my code:
But I got one error which says that:
So could you please help me with this issue? Thanks!