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 d39a6c9 commit 9c85415Copy full SHA for 9c85415
pdal/plang/Invocation.cpp
@@ -384,7 +384,7 @@ PyObject *Invocation::prepareData(PointViewPtr& view)
384
MetadataNode layoutMeta = view->layout()->toMetadata();
385
MetadataNode srsMeta = view->spatialReference().toMetadata();
386
387
- addGlobalObject(m_module, plang::fromMetadata(m_inputMetadata), "stage_metadata");
+ addGlobalObject(m_module, plang::fromMetadata(m_inputMetadata), "metadata");
388
addGlobalObject(m_module, getPyJSON(m_pdalargs), "pdalargs");
389
addGlobalObject(m_module, getPyJSON(Utils::toJSON(layoutMeta)), "schema");
390
addGlobalObject(m_module, getPyJSON(Utils::toJSON(srsMeta)),
0 commit comments