Rootprocess: USGSProc
Subprocess: DownloadUSGS
Excerpt: Download USGS data
Complete json command structure (overriding defaults)
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "system"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "DownloadUSGS",
"parameters": {
"remoteuser": "user",
"password": "password",
"searchdone": "False",
"product": "MCD43A4",
"version": "006"
},
"dstpath": {
"dat": "hdf",
"hdr": "hdf",
"volume": ""
}
}
]
}
Required json command structure (accepting all defaults)
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "system"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "DownloadUSGS",
"parameters": {
"product": "MCD43A4",
"version": "006"
},
"dstpath": {
"volume": ""
}
}
]
}
List of parameters
parent | element | paramid | type | required | default |
process | parameters | remoteuser | text | False | user |
process | parameters | password | text | False | password |
process | parameters | searchdone | text | False | False |
process | parameters | product | text | True | MCD43A4 |
process | parameters | version | text | True | 006 |
process | dstpath | dat | text | False | hdf |
process | dstpath | hdr | text | False | hdf |
process | dstpath | volume | text | True | — |
Hints for parameters
parent | element | paramid | hint |
process | parameters | remoteuser | Server user |
process | parameters | password | Server password |
process | parameters | searchdone | Re-saerch products |
process | parameters | product | USGS product to download |
process | parameters | version | USGS product version to download |
process | dstpath | dat | MODIS raw data file type data |
process | dstpath | hdr | USGS raw data file type header |
process | dstpath | volume | Source volume with USGS data |