-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sextante] made ParameterTableField and ParameterString optional.
Changed serializing format of ParameterTableField
- Loading branch information
Showing
73 changed files
with
104 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
python/plugins/sextante/saga/description/AggregatePointObservations.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Aggregate Point Observations | ||
shapes_points | ||
ParameterVector|REFERENCE|Reference Points|-1|False | ||
ParameterTableField|REFERENCE_ID|ID|REFERENCE | ||
ParameterTableField|REFERENCE_ID|ID|REFERENCE|-1|False | ||
ParameterTable|OBSERVATIONS|Observations|False | ||
ParameterTableField|X|X|OBSERVATIONS | ||
ParameterTableField|Y|Y|OBSERVATIONS | ||
ParameterTableField|TRACK|Track|OBSERVATIONS | ||
ParameterTableField|DATE|Date|OBSERVATIONS | ||
ParameterTableField|TIME|Time|OBSERVATIONS | ||
ParameterTableField|PARAMETER|Parameter|OBSERVATIONS | ||
ParameterTableField|X|X|OBSERVATIONS|-1|False | ||
ParameterTableField|Y|Y|OBSERVATIONS|-1|False | ||
ParameterTableField|TRACK|Track|OBSERVATIONS|-1|False | ||
ParameterTableField|DATE|Date|OBSERVATIONS|-1|False | ||
ParameterTableField|TIME|Time|OBSERVATIONS|-1|False | ||
ParameterTableField|PARAMETER|Parameter|OBSERVATIONS|-1|False | ||
ParameterNumber|EPS_TIME|Maximum Time Span (Seconds)|None|None|60.0 | ||
ParameterNumber|EPS_SPACE|Maximum Distance|None|None|0.002 | ||
OutputTable|AGGREGATED|Aggregated |
2 changes: 1 addition & 1 deletion
2
python/plugins/sextante/saga/description/B-SplineApproximation.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Change Date Format | ||
table_tools | ||
ParameterTable|TABLE|Table|False | ||
ParameterTableField|FIELD|Date Field|TABLE | ||
ParameterTableField|FIELD|Date Field|TABLE|-1|False | ||
ParameterSelection|FMT_IN|Input Format|[0] dd.mm.yy;[1] yy.mm.dd;[2] dd:mm:yy;[3] yy:mm:dd;[4] ddmmyyyy, fix size;[5] yyyymmdd, fix size;[6] ddmmyy, fix size;[7] yymmdd, fix size;[8] Julian Day | ||
ParameterSelection|FMT_OUT|Output Format|[0] dd.mm.yy;[1] yy.mm.dd;[2] dd:mm:yy;[3] yy:mm:dd;[4] ddmmyyyy, fix size;[5] yyyymmdd, fix size;[6] ddmmyy, fix size;[7] yymmdd, fix size;[8] Julian Day | ||
OutputTable|OUTPUT|Output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Change Time Format | ||
table_tools | ||
ParameterTable|TABLE|Table|False | ||
ParameterTableField|FIELD|Time Field|TABLE | ||
ParameterTableField|FIELD|Time Field|TABLE|-1|False | ||
ParameterSelection|FMT_IN|Input Format|[0] hh.mm.ss;[1] hh:mm:ss;[2] hhmmss, fix size;[3] hours;[4] minutes;[5] seconds | ||
ParameterSelection|FMT_OUT|Output Format|[0] hh.mm.ss;[1] hh:mm:ss;[2] hhmmss, fix size;[3] hours;[4] minutes;[5] seconds | ||
OutputTable|OUTPUT|Output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
python/plugins/sextante/saga/description/ConvertPointstoLine(s).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Convert Points to Line(s) | ||
shapes_lines | ||
ParameterVector|POINTS|Points|0|False | ||
ParameterTableField|ORDER|Order by...|POINTS | ||
ParameterTableField|SEPARATE|Separate by...|POINTS | ||
ParameterTableField|ORDER|Order by...|POINTS|-1|False | ||
ParameterTableField|SEPARATE|Separate by...|POINTS|-1|False | ||
OutputVector|LINES|Lines |
4 changes: 2 additions & 2 deletions
4
python/plugins/sextante/saga/description/ConvertTabletoPoints.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Convert Table to Points | ||
shapes_points | ||
ParameterTable|TABLE|Table|False | ||
ParameterTableField|X|X|TABLE | ||
ParameterTableField|Y|Y|TABLE | ||
ParameterTableField|X|X|TABLE|-1|False | ||
ParameterTableField|Y|Y|TABLE|-1|False | ||
OutputVector|POINTS|Points |
2 changes: 1 addition & 1 deletion
2
python/plugins/sextante/saga/description/CubicSplineApproximation.txt