Cloud mask

Dataset description

The cloud mask was derived from radiance measurements of the SWIR camera of the specMACS instrument. To overcome the effects of the sunglint, spectral water vapor absorption was used to identify clouds in front of a bright background. The cloud mask for each research flight is stored in a seperate NETCDF4 file. Each file contains the following variables:

Download

If you want to access the data of all research flights at once via OPeNDAP, you can use this xarray command:
import xarray as xr 
ds = xr.open_mfdataset(["https://macsserver.physik.uni-muenchen.de/products/dap/narval-ii/cloudmask/specMACS_cloudmask_narval2_201608{:02d}.nc".format(i) for i in [10,12,15,17,19,22,24,26]])

Literature