From 0b2f930e33c08ae6dfd0b0eaea9880a9c6f1afcd Mon Sep 17 00:00:00 2001 From: Nicholas Geneva Date: Fri, 26 Jun 2026 10:46:09 -0700 Subject: [PATCH] Add new skills to Earth2Studio configuration Added new skills for creating datasource, diagnostic, and prognostic in Earth2Studio. Signed-off-by: Nicholas Geneva --- components.d/earth2studio.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components.d/earth2studio.yml b/components.d/earth2studio.yml index e1fae3cc..c8ce7c62 100644 --- a/components.d/earth2studio.yml +++ b/components.d/earth2studio.yml @@ -4,6 +4,12 @@ name: Earth2Studio repo: NVIDIA/earth2studio description: Open-source deep-learning framework for exploring, building and deploying AI weather/climate workflows. skills: + - path: skills/earth2studio-create-datasource/ + catalog_dir: earth2studio-create-datasource + - path: skills/earth2studio-create-diagnostic/ + catalog_dir: earth2studio-create-diagnostic + - path: skills/earth2studio-create-prognostic/ + catalog_dir: earth2studio-create-prognostic - path: skills/earth2studio-data-fetch/ catalog_dir: earth2studio-data-fetch - path: skills/earth2studio-deterministic-forecast/