From 0bc54ec6d4f55bd316401ce75e2efda9ee4b0d82 Mon Sep 17 00:00:00 2001 From: Simon Ilyushchenko Date: Tue, 18 Feb 2025 11:33:26 -0800 Subject: [PATCH] Update the procedure for adding datasets to mention catalog.jsonnet, and also to set 'gee:status' to 'beta'. PiperOrigin-RevId: 728293697 --- docs/adding_datasets.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/adding_datasets.md b/docs/adding_datasets.md index aa725eb06..65c50a7a5 100644 --- a/docs/adding_datasets.md +++ b/docs/adding_datasets.md @@ -57,8 +57,10 @@ to preview your markdown content. licensing terms. 1. New dataset will not be activated at first. To indicate that, set -`'gee:status': 'incomplete'` at the top level. Don't yet add the new dataset -to the `catalog.jsonnet` file. +`'gee:status': 'beta'` at the top level. + +1. Add a pointer to the new file to the `catalog.jsonnet` file in the same +directory. 1. In the examples/ directory, create a JavaScript file that will be used as the main example.