From 5686256de52adff6ad6252221a0b7ff2b498a3ae Mon Sep 17 00:00:00 2001 From: Prakash Chaudhary Date: Mon, 23 Jan 2023 11:57:23 -0600 Subject: [PATCH] [New]: #232 Add step function for LIS-based derived FWI DC. --- data/step_function_inputs/lis-drought-code.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/step_function_inputs/lis-drought-code.json diff --git a/data/step_function_inputs/lis-drought-code.json b/data/step_function_inputs/lis-drought-code.json new file mode 100644 index 00000000..146060b3 --- /dev/null +++ b/data/step_function_inputs/lis-drought-code.json @@ -0,0 +1,10 @@ +{ + "collection": "lis-drought-code", + "bucket": "veda-data-store-staging", + "prefix": "EIS/COG/LIS_FORC_FWI_WEST_US/DC", + "filename_regex": "^(.*).tif$", + "discovery": "s3", + "start_datetime": "2002-01-01T00:00:00Z", + "end_datetime": "2004-09-26T00:00:00Z", + "upload": false +} \ No newline at end of file