Skip to content

Commit

Permalink
cloudmasks: use SWIR image from IPFS
Browse files Browse the repository at this point in the history
  • Loading branch information
d70-t committed Nov 25, 2021
1 parent c99ede7 commit 5fa3bb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions how_to_eurec4a/cloudmasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ this dataset is only available for the following application on February 5, not
```

```{code-cell} ipython3
url = ("https://observations.ipsl.fr/thredds/dodsC/EUREC4A/PRODUCTS/SPECMACS-CLOUDMASK/"
+ "EUREC4A_HALO_specMACS_cloud_mask_20200205T100000-20200205T182359_v1.1.nc")
ds_swir = xr.open_dataset(url, engine="netcdf4")
ds_swir = xr.open_zarr("ipfs://QmZUNCXKvKSeugVHFUsgzDnTrrPHomc5ikEhjoYH2hRq4N")
da_swir = ds_swir.sel(time=s).isel(radiation_wavelength=0).swir_radiance
```

Expand Down

0 comments on commit 5fa3bb8

Please sign in to comment.