Open-source deep-learning framework for exploring, building and deploying AI weather/climate workflows.
Project description
Earth2Studio is a Python-based package designed to get users up and running with AI weather and climate models fast. Our mission is to enable everyone to build, research and explore AI driven meteorology.
- Earth2Studio Documentation -
Install | User-Guide | Examples | API
Quick start
Install Earth2Studio:
pip install earth2studio
Run a deterministic weather prediction in just a few lines of code:
from earth2studio.models.px import DLWP
from earth2studio.data import GFS
from earth2studio.io import NetCDF4Backend
from earth2studio.run import deterministic as run
model = DLWP.load_model(DLWP.load_default_package())
ds = GFS()
io = NetCDF4Backend("output.nc")
run(["2024-01-01"], 10, model, ds, io)
Features
Earth2Studio provides access to pre-trained AI weather models and inference features through an easy to use and extendable Python interface. This package focuses on supplying users the tools to build their own workflows, pipelines, APIs, packages, etc. via modular components including:
- Collection of pre-trained weather/climate prediction models
- Collection of pre-trained diagnostic weather models
- Variety of online and on-prem data sources for initialization, scoring, analysis, etc.
- IO utilities for exporting predicted data to user friendly formats
- Suite of perturbation methods for building ensemble predictions
- Sample workflows and examples for common tasks / use cases
- Seamless integration into other Nvidia packages including Modulus
For a more complete list of feature set, be sure to view the documentation. Don't see what you need? Great news, extension and customization are at the heart of our design.
Contributors
Check out the Contributing document for details about the technical requirements and the userguide for higher level philosophy, structure, and design.
License
Earth2Studio is provided under the Apache License 2.0, please see LICENSE file for full license text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for earth2studio-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7faca1953e23626de63fdabb2858df8dfd8e18c0ccab0761b1199bb50154f0c |
|
MD5 | 12584a29438ad056c873ddca65407a58 |
|
BLAKE2b-256 | c6c02250281b9525be2c19e5aafcdaaeb0ad276609d9d3ffffa1534fac61dca3 |