Skip to content

Different Point Data Format in the same catalog #723

Answered by Jean-Romain
ouroukhai asked this question in Q&A
Discussion options

You must be logged in to vote

Your catalog is made of files of different formats. If you are processing by file without buffer, this changes nothing. However, if you process by chunk of arbitrary size of by file with a buffer you will read points from different files.

With a buffer for example, the central file may be format 1 and all its neighbor files may be format 1 too but 1 neighbor file may be format 3. In this case, the points are read as format 1 and RGB from the file in format 3 will be zeroed in the buffer. Similarly, you may read a central file in format 3 with neighbor files in format 1. In this case the point cloud is read as format 3. The points from central tiles have RGB but the points in the buffer do…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ouroukhai
Comment options

Answer selected by ouroukhai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Question Not an issue, just a question
2 participants
Converted from issue

This discussion was converted from issue #722 on October 24, 2023 12:49.