NVIDIA / earth2studio

Open-source deep-learning framework for exploring, building and deploying AI weather/climate workflows.
https://nvidia.github.io/earth2studio/
Apache License 2.0
73 stars 23 forks source link

Expanding GFS data source #87

Closed akshaysubr closed 2 months ago

akshaysubr commented 2 months ago

Earth2Studio Pull Request

Description

Adding GFS forecasts and expanding the GFS lexicon to include all available levels between 1 and 1000 mb

Checklist

Dependencies

NickGeneva commented 2 months ago

/blossom-ci

NickGeneva commented 2 months ago

To avoid breaking API and type checking issues with the data source protocol. Added an extended forecast source that allows users to request lead times as well. Needed this for a while, never got around to it.

https://nvidia.github.io/earth2studio/modules/datasources.html#forecast-sources

https://github.com/NVIDIA/earth2studio/pull/88