Apply advanced processing to purchased geospatial data.
A data class that represents a template for the following process: Building detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-buildings-spacept |
A data class that represents a template for the following process: Tree detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-trees-spacept |
A data class that represents a template for the following process: Shadow detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-shadows-spacept |
A data class that represents a template for the following process: Ship detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-ships-airbus |
A data class that represents a template for the following process: Wind turbine detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-wind-turbines-airbus |
A data class that represents a template for the following process: Storage tank detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-storage-tanks-airbus |
A data class that represents a template for the following process: Truck detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-trucks-oi |
A data class that represents a template for the following process: Car detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-cars-oi |
A data class that represents a template for the following process: Aircraft detection. A subclass of WorkspaceIdSingleItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-aircraft-oi |
A data class that represents a template for the following process: Change detection. A subclass of WorkspaceIdMultiItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-change-spacept |
A data class that represents a template for the following process: Infrastructure change detection (Pléiades). A subclass of WorkspaceIdMultiItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-change-pleiades-hyperverge |
A data class that represents a template for the following process: Infrastructure change detection (SPOT). A subclass of WorkspaceIdMultiItemTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | detection-change-spot-hyperverge |
A data class that represents a template for the following process: Upsampling. A subclass of SingleItemJobTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | upsampling-ns |
Attributes
Attribute | Description |
---|---|
ned | bool Whether the NIR, red edge, and deep blue bands need to be upsampled. If rgb is true, then ned must be set to false. The default value is false . |
rgb | bool Whether the red, green, and blue bands need to be upsampled. If ned is true, then rgb must be set to false. The default value is true . |
A data class that represents the weight factors by which spatial details of multispectral bands are scaled.
- If not specified, either sensor-optimized weights or optimal generated weights are used.
- If you specify the weights yourself, you must define a minimum of 3 bands.
Attributes
Attribute | Description |
---|---|
band | str The name of the band from the STAC asset with the ["data", "multispectral"] roles. |
weight | float The multiplication value that lets you modulate the influence of multispectral bands on the final image. The range of allowed values spans from -1 to 1 . |
A data class that represents a template for the following process: Pansharpening. A subclass of SingleItemJobTemplate
.
Constants
Constant | Description | Value |
---|---|---|
process_id | The process ID. | pansharpening |
Attributes
Attribute | Description |
---|---|
grey_weights | Optional[List[GreyWeight]] The weight factors by which spatial details of multispectral bands are scaled. |