[pdal-commits] [PDAL/PDAL] f6148b: Add filters.mongo to provide MongoDB-style express...
GitHub
noreply at github.com
Tue Nov 6 06:16:20 PST 2018
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: f6148b37e0c9f350bf8c36a1ee8bf918d0d33739
https://github.com/PDAL/PDAL/commit/f6148b37e0c9f350bf8c36a1ee8bf918d0d33739
Author: Howard Butler <howard at hobu.co>
Date: 2018-11-06 (Tue, 06 Nov 2018)
Changed paths:
A doc/stages/filters.mongoexpression.rst
M doc/stages/filters.rst
A filters/MongoExpressionFilter.cpp
A filters/MongoExpressionFilter.hpp
A filters/private/mongoexpression/Comparison.cpp
A filters/private/mongoexpression/Comparison.hpp
A filters/private/mongoexpression/Expression.cpp
A filters/private/mongoexpression/Expression.hpp
A filters/private/mongoexpression/LogicGate.cpp
A filters/private/mongoexpression/LogicGate.hpp
A filters/private/mongoexpression/Support.hpp
M scripts/conda/osx.sh
M test/unit/CMakeLists.txt
A test/unit/filters/MongoExpressionFilterTest.cpp
Log Message:
-----------
Add filters.mongo to provide MongoDB-style expression filtering (#2268)
* Add ExpressionFilter for MongoDB-style JSON filtering.
* Allow ExpressionFilter to compare against other dimension values rather than just constants.
* rename filters.expresion -> filters.mongo
* hobu conda config
* doc typo
* MongoExpression filter uses json because it is mongo
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the pdal-commits
mailing list