Skip to content

Commit

Permalink
Adding GEFS forecast data source (#112)
Browse files Browse the repository at this point in the history
* Adding GEFS data source
* Adding tests for GEFS
* Feedback
* Fixes
  • Loading branch information
NickGeneva authored Aug 12, 2024
1 parent a95eab5 commit 97f80d4
Show file tree
Hide file tree
Showing 8 changed files with 850 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Forecast datasource API
- GFS Forecast datasource
- GFS forecast datasource
- GEFS forecast datasource

### Changed

Expand Down
1 change: 1 addition & 0 deletions docs/modules/datasources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Typically used in intercomparison workflows.
:template: datasource.rst

data.GFS_FX
data.GEFS_FX

Functions
~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions earth2studio/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from .arco import ARCO
from .base import DataSource
from .cds import CDS
from .gefs import GEFS_FX
from .gfs import GFS, GFS_FX
from .hrrr import HRRR
from .ifs import IFS
Expand Down
Loading

0 comments on commit 97f80d4

Please sign in to comment.