Skip to content

Commit

Permalink
Merge pull request #100 from d70-t/pyeurec4a_update
Browse files Browse the repository at this point in the history
update pyeurec4a
  • Loading branch information
d70-t authored Aug 23, 2023
2 parents e00e4a9 + 12f6d9e commit 0ed43b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions how_to_eurec4a/velox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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)
```
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ed43b2

Please sign in to comment.