Skip to content

Commit

Permalink
Adding JSON file for CHIRP process
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Mar 8, 2023
1 parent 7ebaf8e commit 395ad85
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions sounder_sips/chirp/chirp-rebinning-process.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 395ad85

Please sign in to comment.