Rootprocess: MODISProc
Subprocess: CheckModisBands
Excerpt: Check MODIS organization
Complete json command structure (overriding defaults)
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "system"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "CheckModisBands",
"parameters": {
"organized": "N",
"redundant": "N",
"download": "N",
"extract": "N"
},
"srccomp": [
{
"user_def_1": {}
},
{
"user_def..n": {}
}
],
"srcpath": {
"dat": "",
"hdr": "tif",
"volume": ""
},
"srcperiod": {
"timestep": "allscenes"
},
"dstpath": {
"dat": "",
"hdr": "tif",
"volume": ""
}
}
]
}
Required json command structure (accepting all defaults)
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "system"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "CheckModisBands",
"parameters": {},
"srccomp": [
{
"user_def_1": {}
},
{
"user_def..n": {}
}
],
"srcpath": {
"volume": ""
},
"srcperiod": {},
"dstpath": {
"volume": ""
}
}
]
}
List of parameters
parent | element | paramid | type | required | default |
process | parameters | organized | bool | False | N |
process | parameters | redundant | bool | False | N |
process | parameters | download | bool | False | N |
process | parameters | extract | bool | False | N |
process | srccomp | content | text | True | original |
process | srccomp | layerid | text | False | * |
process | srccomp | masked | bool | False | N |
process | srccomp | prefix | text | False | * |
process | srccomp | product | text | False | * |
process | srccomp | source | text | False | * |
process | srccomp | suffix | text | False | * |
process | srcpath | dat | text | False | — |
process | srcpath | hdr | text | False | tif |
process | srcpath | volume | text | True | — |
process | srcperiod | timestep | text | False | allscenes |
process | dstpath | dat | text | False | — |
process | dstpath | hdr | text | False | tif |
process | dstpath | volume | text | True | — |
Hints for parameters
parent | element | paramid | hint |
process | parameters | organized | Organized or not? |
process | parameters | redundant | Redundant or not? |
process | parameters | download | Downloaded or not? |
process | parameters | extract | Extracted or not? |
process | srccomp | content | to be completed |
process | srccomp | layerid | to be completed |
process | srccomp | masked | to be completed |
process | srccomp | prefix | to be completed |
process | srccomp | product | to be completed |
process | srccomp | source | to be completed |
process | srccomp | suffix | to be completed |
process | srcpath | dat | to be completed |
process | srcpath | hdr | to be completed |
process | srcpath | volume | to be completed |
process | srcperiod | timestep | Timestep code (default = allscenes) |
process | dstpath | dat | to be completed |
process | dstpath | hdr | to be completed |
process | dstpath | volume | to be completed |