Processing templates

View processes to run using the SDK.


Overview

Apply advanced processing to purchased geospatial data.

View repository

Class: DetectionBuildingsSpacept

A data class that represents a template for the following process: Building detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-buildings-spacept

Class: DetectionTreesSpacept

A data class that represents a template for the following process: Tree detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-trees-spacept

Class: DetectionTreesHeightsSpacept

A data class that represents a template for the following process: Tree and tree height detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-trees-heights-spacept

Class: DetectionShadowsSpacept

A data class that represents a template for the following process: Shadow detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-shadows-spacept

Class: DetectionShipsAirbus

A data class that represents a template for the following process: Ship detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-ships-airbus

Class: DetectionWindTurbinesAirbus

A data class that represents a template for the following process: Wind turbine detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-wind-turbines-airbus

Class: DetectionStorageTanksAirbus

A data class that represents a template for the following process: Storage tank detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-storage-tanks-airbus

Class: DetectionTrucksOI

A data class that represents a template for the following process: Truck detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-trucks-oi

Class: DetectionCarsOI

A data class that represents a template for the following process: Car detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-cars-oi

Class: DetectionAircraftOI

A data class that represents a template for the following process: Aircraft detection. A subclass of WorkspaceIdSingleItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-aircraft-oi

Class: DetectionChangeSpacept

A data class that represents a template for the following process: Change detection. A subclass of WorkspaceIdMultiItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-change-spacept

Class: DetectionChangePleiadesHyperverge

A data class that represents a template for the following process: Infrastructure change detection (Pléiades). A subclass of WorkspaceIdMultiItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-change-pleiades-hyperverge

Class: DetectionChangeSPOTHyperverge

A data class that represents a template for the following process: Infrastructure change detection (SPOT). A subclass of WorkspaceIdMultiItemTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.detection-change-spot-hyperverge

Class: UpsamplingNS

A data class that represents a template for the following process: Upsampling. A subclass of SingleItemJobTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.upsampling-ns

Attributes
AttributeDescription
nedbool
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.
rgbbool
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.

Class: GreyWeight

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
AttributeDescription
bandstr
The name of the band from the STAC asset with the ["data", "multispectral"] roles.
weightfloat
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.

Class: Pansharpening

A data class that represents a template for the following process: Pansharpening. A subclass of SingleItemJobTemplate.

Constants
ConstantDescriptionValue
process_idThe process ID.pansharpening

Attributes
AttributeDescription
grey_weightsOptional[List[GreyWeight]]
The weight factors by which spatial details of multispectral bands are scaled.