diff --git a/how_to_eurec4a/velox.md b/how_to_eurec4a/velox.md index 8b147ed..75187e3 100644 --- a/how_to_eurec4a/velox.md +++ b/how_to_eurec4a/velox.md @@ -15,13 +15,7 @@ kernelspec: Video airbornE Longwave Observations within siX channels -```{code-cell} ipython3 -import eurec4a -from IPython.display import Markdown - -meta = eurec4a.get_meta() -Markdown(meta["VELOX"]["description"]) -``` +VELOX is a thermal infrared spectral imager (VELOX327k veL, 640 pixel by 512 pixels) with a synchronized filter wheel (at 100 Hz) covering six spectral channels in the thermal infrared wavelength range from 7.7 to 12.0 micrometer. The instrument measures the brightness temperature of upward radiance in a field-of-view of 35.49° by 28.71°. The PI during EUREC⁴A was Michael Schäfer (University Leipzig). @@ -36,6 +30,7 @@ To load the data we first load the [EUREC⁴A intake catalog](https://github.com Currently, there is a cloud mask product available. ```{code-cell} ipython3 +import eurec4a cat = eurec4a.get_intake_catalog(use_ipfs="QmahMN2wgPauHYkkiTGoG2TpPBmj3p5FoYJAq9uE9iXT9N") list(cat.HALO.VELOX) ``` diff --git a/requirements.txt b/requirements.txt index 7173616..de5878f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ jupytext numpy xarray dask>=2023.2.0 -eurec4a>=0.0.4 +eurec4a>=0.0.5 intake[dataframe] # since intake 0.6.1 to_dask() doesn't work anymore without the [dataframe] specification due to a missing msgpack dependency intake-xarray fsspec!=0.9.0 # 0.9.0 has a bug which leads to incomplete reads via HTTP