Skip to content

Commit

Permalink
WeatherNext addition.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700116896
  • Loading branch information
Google Earth Engine Community Authors authored and copybara-github committed Nov 26, 2024
1 parent f75a810 commit bea28f8
Show file tree
Hide file tree
Showing 7 changed files with 665 additions and 0 deletions.
1 change: 1 addition & 0 deletions catalog/catalog.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ local self_url = base_url + base_filename;
ee.link.child_catalog('YALE', base_url),
ee.link.child_catalog('forestdatapartnership', base_url),
ee.link.child_catalog('geoscience-aus-cat', base_url),
ee.link.child_catalog('gcp-public-data-weathernext', base_url),
ee.link.child_catalog('neon-prod-earthengine', base_url),
ee.link.child_catalog('ngis-cat', base_url),
ee.link.child_catalog('planet-nicfi', base_url),
Expand Down
25 changes: 25 additions & 0 deletions catalog/gcp-public-data-weathernext/catalog.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
local id = 'gcp-public-data-weathernext';
local ee_const = import 'earthengine_const.libsonnet';
local ee = import 'earthengine.libsonnet';

local basename = 'catalog';
local base_filename = basename + '.json';
local base_url = ee_const.catalog_base + 'gcp-public-data-weathernext/';
local parent_url = ee_const.catalog_base + 'catalog.json';
local self_url = base_url + base_filename;

{
stac_version: ee_const.stac_version,
type: ee_const.stac_type.catalog,
id: id,
title: id,
description: |||
WeatherNext is a family of global weather forecasting AI models developed by Google DeepMind and Google Research.
|||,
links: [
ee.link.root(),
ee.link.parent(parent_url),
ee.link.self_link(self_url),
ee.link.child_collection('projects_gcp-public-data-weathernext_assets_59572747_4_0', base_url),
],
}
Loading

0 comments on commit bea28f8

Please sign in to comment.