Skip to content

Commit

Permalink
import ocf_blosc2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Mar 8, 2024
1 parent 6c15b60 commit 3c28e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nwp_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import streamlit as st
import xarray as xr

# need this for some zarr files
import ocf_blosc2

@st.cache_data(ttl=3600)
def get_data(zarr_file):
Expand Down

0 comments on commit 3c28e7b

Please sign in to comment.