Displaying 1 result from an estimated 1 matches for "_fill_value".
2011 May 06
1
read a netcdf file _Fill_value=-32768
...0.12 0.12 0.13 0.15 0.15 0.14 0.15
[3,] 0.13 0.13 0.13 0.16 0.14 0.14 0.14
[4,] 0.15 0.13 0.11 0.16 0.15 0.15 0.15
[5,] 0.17 0.16 0.15 0.15 0.16 0.17 0.15
#_fill_value is at -32768.00
[ reached getOption("max.print") -- omitted 69 row(s) and 79 matrix
slice(s) ] OK too long
> mean(data, na.rm=TRUE)
[1] -20020.35
> summary(data)
Min. 1st Qu. Median Mean 3rd Qu. Max.
-32770.00 -32770.00 -32770.00 -20020.00 0.42 6...