[pdal-commits] [PDAL/PDAL] 409b0b: Ability to add alternate dimension types other tha...
Pramukta Kumar
noreply at github.com
Wed Sep 25 05:02:56 PDT 2019
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 409b0bbf693501182b5f03b21e3721ebdeabf1d7
https://github.com/PDAL/PDAL/commit/409b0bbf693501182b5f03b21e3721ebdeabf1d7
Author: Pramukta Kumar <pramukta at users.noreply.github.com>
Date: 2019-09-25 (Wed, 25 Sep 2019)
Changed paths:
M plugins/python/filters/PythonFilter.cpp
Log Message:
-----------
Ability to add alternate dimension types other than float64 via the Python Filter stage (#2756)
* parsing type strings out of add_dimension config option in the PythonFilter stage
* switch to using Utils::split2 to handle separation of dimension name and datatype
* throwing errors when invalid syntax and/or specifications are passed to add_arguments
More information about the pdal-commits
mailing list