We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772bcf0 commit f370cb1Copy full SHA for f370cb1
pdal/pipeline.py
@@ -116,6 +116,7 @@ def _get_json(self) -> str:
116
stage2tag[stage] = stage.tag or _generate_tag(stage, stage2tag.values())
117
options = stage.options
118
options["tag"] = stage2tag[stage]
119
+ options["type"] = stage.type
120
inputs = _get_input_tags(stage, stage2tag)
121
if inputs:
122
options["inputs"] = inputs
0 commit comments