heikekonow / hamp_processing

Processing for HAMP data sets
GNU General Public License v3.0
0 stars 2 forks source link

missing value in clouds (radar) #47

Closed heikekonow closed 3 years ago

heikekonow commented 3 years ago

The 1 second gaps in the radar every couple of seconds that stem from the regridding of the data onto a uniform 1 s grid should be filled with the fill value ("no measurement", NaN) over the entire profile. They are, however, filled with NaN where a cloud would be and above with -888 which is currently the fill value that indicates "no cloud"

create-issue-branch[bot] commented 3 years ago

Branch issue-47-missing_value_in_clouds_radar created!

create-issue-branch[bot] commented 3 years ago

Branch issue-47-missing_value_in_clouds_radar created!

heikekonow commented 3 years ago

Closed with PR #61