From e9946fda8cefb19eae7104aa1c830b9d8900aede Mon Sep 17 00:00:00 2001 From: Joshua Garde Date: Mon, 19 Aug 2024 17:18:25 -0700 Subject: [PATCH] Add crid to input properties --- input.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/input.json b/input.json index 924274b..2818799 100644 --- a/input.json +++ b/input.json @@ -18,6 +18,9 @@ "type": "integer", "minimum": 0 }, + "crid": { + "type": "string" + }, "output_granule_extent_flag": { "type": "boolean" } @@ -92,6 +95,7 @@ "cycle", "pass", "scene", + "crid", "output_granule_extent_flag", "output_sampling_grid_type", "raster_resolution"