PostprocessingPipeline
Pre-built postprocessing pipeline
PARAMETER | DESCRIPTION |
---|---|
gdf
|
geodataframe
TYPE:
|
geodata_postprocessor
|
geodata postprocessor
TYPE:
|
path
|
path to export the geodataframe (if None, the geodataframe is not exported)
TYPE:
|
from_config
classmethod
Creates a postprocessing pipeline from the configuration.
PARAMETER | DESCRIPTION |
---|---|
config
|
configuration
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
PostprocessingPipeline
|
postprocessing pipeline |
__call__
Runs the postprocessing pipeline.
PostprocessingPipelineConfig
Bases: pydantic.BaseModel
Configuration for the from_config
class method of PostprocessingPipeline
ATTRIBUTE | DESCRIPTION |
---|---|
gdf |
path to the geodataframe
TYPE:
|
geodata_postprocessor_config |
configuration of the geodata postprocessor
TYPE:
|
path |
path to export the geodataframe
TYPE:
|
GeodataPostprocessorConfig
Bases: pydantic.BaseModel
Configuration for geodata postprocessors
ATTRIBUTE | DESCRIPTION |
---|---|
name |
name of the geodata postprocessor
TYPE:
|
config |
configuration of the geodata postprocessor
TYPE:
|