New Warehouse Cybercastor Runs Job File #783
Answered
by
philipbaileynar
KellyMWhitehead
asked this question in
General
|
Please review the following for the upcoming cybercastor jobs:
{
"$schema": "../job.schema.json",
"name": "RSC CA TAU Production 1701",
"description": "RS Context, Channel Area and TauDEM production run for all HUC 10s in HUC4 1701.",
"taskScriptId": "rs_context_channel_taudem",
"meta": {
"GITHUB_ISSUE": "",
"INITIATIVE": "NRCS,CEAP"
},
"server": "PRODUCTION",
"env": {
"TAGS": "CyberCastor,NRCS,CEAP",
"VISIBILITY": "PUBLIC",
"ORG_ID": "b35b8f4f-016d-4c60-bbaa-11c9563fb744"
},
"hucs": [
"1701010101",
"1701010102",
"... etc"
]
} |
Answered by
philipbaileynar
May 2, 2023
Replies: 4 comments 1 reply
|
My contribution:
|
0 replies
|
Fixing some typos {
"$schema": "../job.schema.json",
"name": "RSC CA TAU Production 1701",
"description": "RS Context, Channel Area and TauDEM production run for all HUC 10s in HUC4 1701.",
"taskScriptId": "rs_context_channel_taudem",
"meta": {
"GITHUB_ISSUE": "",
"INITIATIVE": "NRCS,CEAP"
},
"server": "PRODUCTION",
"env": {
"TAGS": "CyberCastor,NRCS,CEAP",
"VISIBILITY": "PUBLIC",
"ORG_ID": "b35b8f4f-016d-4c60-bbaa-11c9563fb744"
},
"hucs": [
"1701010101",
"1701010102",
"... etc"
]
} |
0 replies
Answer selected by
MattReimer
|
1 reply
|
Final addition of metadata item Processing Group e.g. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixing some typos
{ "$schema": "../job.schema.json", "name": "RSC CA TAU Production 1701", "description": "RS Context, Channel Area and TauDEM production run for all HUC 10s in HUC4 1701.", "taskScriptId": "rs_context_channel_taudem", "meta": { "GITHUB_ISSUE": "", "INITIATIVE": "NRCS,CEAP" }, "server": "PRODUCTION", "env": { "TAGS": "CyberCastor,NRCS,CEAP", "VISIBILITY": "PUBLIC", "ORG_ID": "b35b8f4f-016d-4c60-bbaa-11c9563fb744" }, "hucs": [ "1701010101", "1701010102", "... etc" ] }