File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ItemCollection.
5757| description | string | Optional description of the process configuration |
5858| collections | Map<str, str> | A mapping of output collection name to a JSONPath pattern (for matching Items) |
5959| upload_options | UploadOptions | Options used when uploading assets to a remote server |
60- | tasks | List[ TaskConfig] | Ordered List of task configurations |
60+ | tasks | List[ TaskConfig] OR Map<str, Dict> | Ordered List of task configurations |
6161
6262## TaskConfig Object
6363
@@ -68,6 +68,9 @@ A Task Configuration contains information for running a specific task.
6868| name | str | ** REQUIRED** Name of the task |
6969| parameters | Map<str, str> | Dictionary of keyword parameters that will be passed to the Tasks ` process ` function |
7070
71+ Using a Dictionary for task_configs ("task_name": <ParametersDict >) is deprecated. Convert to
72+ List of TaskConfig objects
73+
7174#### collections
7275
7376The collections dictionary provides a collection ID and JSONPath pattern for matching against STAC Items.
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "stactask" ,
15- version = "0.1.0b2 " ,
15+ version = "0.1.0b3 " ,
1616 description = (
1717 "STAC Task class provides a class interface for running custom algorithms on STAC Items"
1818 ),
You can’t perform that action at this time.
0 commit comments