From 395ad855f27a2aa58ddab1861055340d6685f5ad Mon Sep 17 00:00:00 2001 From: Luca Cinquini Date: Wed, 8 Mar 2023 05:02:37 -0700 Subject: [PATCH] Adding JSON file for CHIRP process --- .../chirp/chirp-rebinning-process.json | 97 +++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 sounder_sips/chirp/chirp-rebinning-process.json diff --git a/sounder_sips/chirp/chirp-rebinning-process.json b/sounder_sips/chirp/chirp-rebinning-process.json new file mode 100644 index 0000000..697d669 --- /dev/null +++ b/sounder_sips/chirp/chirp-rebinning-process.json @@ -0,0 +1,97 @@ +{ + "processDescription":{ + "process":{ + "id":"chirp-cwl", + "title":"CHIRP Rebinning", + "owsContext":{ + "offering":{ + "code":"http://www.opengis.net/eoc/applicationContext/cwl", + "content":{ + "href":"https://raw.githubusercontent.com/unity-sds/unity-sps-workflows/main/sounder_sips/chirp/chirp-rebinning-e2e-workflow.cwl" + } + } + }, + "abstract":"chirp_rebinning", + "keywords":[ + ], + "inputs":[ + { + "id":"input_cmr_collection_name", + "title":"input_cmr_collection_name", + "formats":[ + { + "mimeType":"text", + "default":true + } + ] + }, + { + "id":"input_cmr_search_start_time", + "title":"input_cmr_search_start_time", + "formats":[ + { + "mimeType":"text", + "default":true + } + ] + }, + { + "id":"input_cmr_search_stop_time", + "title":"input_cmr_search_stop_time", + "formats":[ + { + "mimeType":"text", + "default":true + } + ] + }, + { + "id": "input_cmr_edl_user", + "title": "input_cmr_edl_user", + "formats":[ + { + "mimeType":"text", + "default":true + } + ] + }, + { + "id": "input_cmr_edl_pass", + "title": "input_cmr_edl_pass", + "formats":[ + { + "mimeType":"text", + "default":true + } + ] + } + ], + "outputs":[ + { + "id":"products", + "title":"CHIRP Rebinned Products", + "formats":[ + { + "mimeType":"text/plain", + "default":true + } + ] + } + ] + }, + "processVersion":"develop", + "jobControlOptions":[ + "async-execute" + ], + "outputTransmission":[ + "reference" + ] + }, + "immediateDeployment":true, + "executionUnit":[ + { + "href":"docker.registry/chirp:latest" + } + ], + "deploymentProfileName":"http://www.opengis.net/profiles/eoc/dockerizedApplication" +}