Rootprocess: ManageRegion
Subprocess: VectorizeRegionTiling
Excerpt: Export a region and its tiles as vectors
Complete json command structure (overriding defaults)
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "system"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "VectorizeRegionTiling",
"parameters": {
"asscript": "false",
"cmdpath": "None",
"regioncat": "*"
},
"srccomp": [
{
"user_def_1": {
"content": "",
"layerid": "*",
"prefix": "",
"product": "",
"source": "",
"suffix": ""
}
},
{
"user_def..n": {
"content": "",
"layerid": "*",
"prefix": "",
"product": "",
"source": "",
"suffix": ""
}
}
],
"srcpath": {
"volume": "",
"hdr": "shp",
"dat": ""
},
"dstcomp": [
{
"user_def_1": {}
},
{
"user_def..n": {}
}
],
"dstpath": {
"volume": "",
"hdr": "shp",
"dat": ""
}
}
]
}
Required json command structure (accepting all defaults)
{
"userproject": {
"userid": "karttur",
"projectid": "karttur",
"tractid": "karttur",
"siteid": "*",
"plotid": "*",
"system": "system"
},
"period": {
"timestep": "static"
},
"process": [
{
"processid": "VectorizeRegionTiling",
"parameters": {
"regioncat": "*"
},
"srccomp": [
{
"user_def_1": {
"content": "",
"layerid": "*",
"prefix": "",
"product": "",
"source": "",
"suffix": ""
}
},
{
"user_def..n": {
"content": "",
"layerid": "*",
"prefix": "",
"product": "",
"source": "",
"suffix": ""
}
}
],
"srcpath": {
"volume": ""
},
"dstcomp": [
{
"user_def_1": {}
},
{
"user_def..n": {}
}
],
"dstpath": {
"volume": ""
}
}
]
}
List of parameters
parent | element | paramid | type | required | default |
process | parameters | asscript | bool | False | false |
process | parameters | cmdpath | text | False | None |
process | parameters | regioncat | text | True | * |
process | srccomp | * | element | True | * |
process | srcpath | volume | text | True | — |
process | srcpath | hdr | text | False | shp |
process | srcpath | dat | text | False | — |
process | dstcomp | region | element | True | region |
process | dstcomp | tiles | element | True | tiles |
process | dstpath | volume | text | True | — |
process | dstpath | hdr | text | False | shp |
process | dstpath | dat | text | False | — |
Hints for parameters
parent | element | paramid | hint |
process | parameters | asscript | to be completed |
process | parameters | cmdpath | to be completed |
process | parameters | regioncat | to be completed |
process | srccomp | * | link for source composition |
process | srcpath | volume | to be completed |
process | srcpath | hdr | to be completed |
process | srcpath | dat | to be completed |
process | dstcomp | region | link for destination composition |
process | dstcomp | tiles | link for destination composition |
process | dstpath | volume | to be completed |
process | dstpath | hdr | to be completed |
process | dstpath | dat | to be completed |