We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1605b3e commit 1f1d8e6Copy full SHA for 1f1d8e6
1 file changed
src/dscim/menu/simple_storage.py
@@ -96,7 +96,7 @@ def gmst(self):
96
@property
97
def gmsl(self):
98
"""Cached GMSL anomalies"""
99
- gmsl = xr.open_dataset(self.gmsl_path).gmsl.to_dataframe().reset_index()
+ gmsl = xr.open_zarr(self.gmsl_path).gmsl.to_dataframe().reset_index()
100
101
return gmsl
102
0 commit comments