Skip to content

Commit

Permalink
Merge pull request #1 from podaac/add-crid
Browse files Browse the repository at this point in the history
Add CRID to input properties
  • Loading branch information
frankinspace authored Oct 3, 2024
2 parents 3b3e1cd + e9946fd commit 309344e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions input.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"type": "integer",
"minimum": 0
},
"crid": {
"type": "string"
},
"output_granule_extent_flag": {
"type": "boolean"
}
Expand Down Expand Up @@ -92,6 +95,7 @@
"cycle",
"pass",
"scene",
"crid",
"output_granule_extent_flag",
"output_sampling_grid_type",
"raster_resolution"
Expand Down

0 comments on commit 309344e

Please sign in to comment.