Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

PDAL Lopocs #23

Closed
jkeruzec opened this issue Nov 21, 2017 · 4 comments
Closed

PDAL Lopocs #23

jkeruzec opened this issue Nov 21, 2017 · 4 comments

Comments

@jkeruzec
Copy link

jkeruzec commented Nov 21, 2017

Hello,

I'm trying to get the revert morton activated with PDAL Lopocs branch, but can you tell me the right settings to put on CMake in order to activate this plugin please ?
I can't find it on lopocs branch nor on documentation ...

Seen on index :
The PDAL fork contains a new revert_morton plugin in the lopocs branch that orders points according to the revert Morton algorithm. The plugin is not installed by default, you will need to activate its installation flag via CMake.

Thanks,

Regards,

@jkeruzec
Copy link
Author

Ok find it, modify file : PDAL-lopocs/cmake/options.cmake
Set TRUE for :
option(BUILD_PLUGIN_REVERTMORTON "Choose to build revert Morton algorithm filter" TRUE) add_feature_info("RevertMorton plugin" BUILD_PLUGIN_REVERTMORTON "filters points according to revert Morton algorithm")

@ldgeo
Copy link
Contributor

ldgeo commented Nov 21, 2017

Hello,
it should work with the following cmake option : -DWITH_REVERTMORTON=ON.
You could also activate it by default, you're right. Feel free to make a PR on Paul's lopocs branch for that.
Regards.

@hobu
Copy link

hobu commented Nov 21, 2017

We'd be very happy to have this filter in the PDAL tree.

@pblottiere
Copy link
Contributor

Hi @jkeruzec,

FYI, revert-morton filter is now merged in upstream PDAL: PDAL/PDAL#1786.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants