Commit c7230f0
committed
Remove NaN values in Prigent dataset
Fixed by first setting _FillValue to NaN, then setting _FillValue to the
original missing value, via:
ncatted -a _FillValue,Z0a,o,d,NaN Prigent_2005_roughness_0.25x0.25_cdf5_c260218.nc
ncatted -a _FillValue,Z0a,o,d,1.e32 Prigent_2005_roughness_0.25x0.25_cdf5_c260218.nc
Partially addresses #37641 parent fb10bfc commit c7230f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2636 | 2636 | | |
2637 | 2637 | | |
2638 | 2638 | | |
2639 | | - | |
| 2639 | + | |
2640 | 2640 | | |
2641 | 2641 | | |
2642 | 2642 | | |
| |||
0 commit comments