Earth2Studio general release 0.4.0
🚨 Breaking Changes 🚨
- Removed
available
function from CDS datasource - Moved HRRR data source to Zarr datastore on S3, resulting in reduced historical range
📕 Change Log
🌎 Added
- Added NCEP data store to GFS data source for real-time forecast apps
⚙️ Changed
- Set zarr chunks for lead time to size 1 in examples.
- Updated HRRR tp to be hourly accumulated (Grib index 090)
- Added tp to GFS_FX datasource (not supported by GFS)
- Moved HRRR data source to Zarr datastore on S3
❌ Removed
- Removed
available
function from CDS datasource
🔨 Fixed
- Fixed caching of data sources to be controlled with EARTH2STUDIO_CACHE env var
📦 Dependencies
- Moving several ECMWF dependencies to optional
- Adding minimum version for numpy
- Bump minimum CDS API version for new API
- Moving unique data packages to optional deps
- Removed Herbie as dependency