Skip to content

Commit bb85cd7

Browse files
committed
add GLOFAS dataset module
1 parent 44cd694 commit bb85cd7

2 files changed

Lines changed: 446 additions & 2 deletions

File tree

atlite/datasets/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
atlite datasets.
77
"""
88

9-
from atlite.datasets import era5, gebco, sarah
9+
from atlite.datasets import era5, gebco, glofas, sarah
1010

11-
modules = {"era5": era5, "sarah": sarah, "gebco": gebco}
11+
modules = {"era5": era5, "sarah": sarah, "gebco": gebco, "glofas": glofas}

0 commit comments

Comments
 (0)