Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DES_documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSS-PUBLIC
DES_documentation
Commits
9a1d8b84
Commit
9a1d8b84
authored
5 years ago
by
Armin Costa
Browse files
Options
Downloads
Patches
Plain Diff
Update Configuration.md
parent
a08951ed
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Configuration.md
+30
-1
30 additions, 1 deletion
Configuration.md
with
30 additions
and
1 deletion
Configuration.md
+
30
−
1
View file @
9a1d8b84
...
...
@@ -93,8 +93,37 @@ A *Processor* configuraiton file ( *.processor_config.xml ) is the main executab
-
The same xml format is used also by EGPF (Eurac Generic Processor Framework)
A typical DES
*
Processor" may have the following layout:
```
xml
<EURAC_GENERIC_P>
<Processing>
<AOI
name=
"myAOI"
active=
"yes"
>
<!-- Download data -->
<Download
type=
"sftp"
active=
"yes"
priority=
"NORM"
>
...
</Download>
<!-- Process data -->
<TaskGroup
name=
"processAOI"
type=
"serial"
active=
"yes"
priority=
"NORM"
>
<Task
name=
"task1"
type=
"class"
active=
"yes"
priority=
"NORM"
>
...
</Task>
<Task
name=
"task2"
type=
"class"
active=
"yes"
priority=
"NORM"
>
...
</Task>
</TaskGroup>
<!-- Distribute data -->
<Distribution
type=
"sftp"
active=
"yes"
priority=
"NORM"
>
...
</Distribution>
</AOI>
</Processing>
</EURAC_GENERIC_P>
```
The
*Processor*
configuration options are listed here:
The
*Processor*
configuration options
available
are listed here:
https://gitlab.inf.unibz.it/css-public/des_documentation/blob/master/Processors.md
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment