Rootprocess: Export
Subprocess: exportzip
Excerpt: Export data while compressing to defined zip format
Process XML structure and parameters
For details on parameters see the table below
<?xml version="1.0" ?>
<process>
<!--Generated from python-->
<userproj plotid="yourplotid" projectid="yourprojectid" siteid="yoursiteid" system="systemid" tractid="yourtractid" userid="youruserid"/>
<period endday="DD" endmonth="MM" endyear="YYYY" seasonendday="DD" seasonendmonth="MM" seasonstartday="DD" seasonstartmonth="MM" startday="DD" startmonth="MM" startyear="YYYY" timestep="timestep"/>
<srccomp band="txtstring" folder="txtstring" masked="True/False" prefix="txtstring" product="txtstring" source="txtstring" suffix="txtstring"/>
<parameters organized="True/False" zip="txtstring"/>
<srcpath datfiletype="txtstring" hdrfiletype="txtstring" volume="txtstring"/>
<dstpath datfiletype="txtstring" hdrfiletype="txtstring" system="txtstring" volume="txtstring"/>
</process>
paramid | parent | element | type | tagorattr | required | default |
---|---|---|---|---|---|---|
masked | process | srccomp | bool | attribute | no | Y |
zip | process | parameters | text | attribute | no | tar.bz2 |
organized | process | parameters | boolean | attribute | no | True |
volume | process | srcpath | text | attribute | yes | — |
hdrfiletype | process | srcpath | text | attribute | no | tif |
datfiletype | process | srcpath | text | attribute | no | — |
volume | process | dstpath | text | attribute | yes | — |
hdrfiletype | process | dstpath | text | attribute | no | tif |
datfiletype | process | dstpath | text | attribute | no | — |
system | process | dstpath | text | attribute | no | BACKUP |
source | process | srccomp | text | attribute | yes | — |
product | process | srccomp | text | attribute | yes | — |
folder | process | srccomp | text | attribute | yes | — |
band | process | srccomp | text | attribute | yes | src |
prefix | process | srccomp | text | attribute | yes | — |
suffix | process | srccomp | text | attribute | yes | — |