Simbarashe Chidzambwa
Followers: 0 Following: 0
Feeds
已回答
Why receive error message "Could not find variable or group 'Bandl' in file."
Figured it out thanks.
Why receive error message "Could not find variable or group 'Bandl' in file."
Figured it out thanks.
1 year 前 | 0
| 已接受
提问
Why receive error message "Could not find variable or group 'Bandl' in file."
When I dispaly information abut my netcdf file (1982 January average sst) it dispalys the variable "Bandl" which must be the sst...
1 year 前 | 2 个回答 | 0
2
个回答提问
Extract SST data in a polygon from average monthly netcdf file
I am trying to extract sst data from a netcdf file in a lat/lon polygon of 25:45S and 145-215E using a script below. I have atta...
1 year 前 | 1 个回答 | 0
1
个回答提问
Inpolygon returning a NAN
data=netcdf.open('gisst_full.nc','NC_NOWRITE') lat=netcdf.getVar(data,0); lon=netcdf.getVar(data,1); time=netcdf.getVar(data,...
2 years 前 | 1 个回答 | 0
1
个回答提问
Converting date number datetime
How do I convert date numbers for netcdf file with one year data on a 3-hr interval with the following time information? time ...
2 years 前 | 1 个回答 | 0
1
个回答提问
How do I replace -1.0000e+30 with NaN?
I want to replace -1.0000e+30 in an array of SST and used the following but its not working why?: data=netcdf.open('HadISST_sst...
2 years 前 | 2 个回答 | 0
2
个回答提问
How do I connect to server using ftp
How do I connect to a server using ftp because I am getting an error message as below when I use "ftpobj=ftp("ftp.ngdc.noaa.gov"...
3 years 前 | 1 个回答 | 0