-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDAL: readers.pgpointcloud: Unable to fetch pcid with column 'pa' and table 'patches' #198
Comments
Could you please provide a test case for this, with an actual pipeline json file and a Pointcloud table example? Please also indicate the versions of PDAL and Pointcloud that you use. Thanks. |
I used the following json file to write the data into the database and to read from the database the following file PDAL and pointcloud versions are the latest releases |
I am also experiencing this issue. The PDAL's code appears to try to select the pcid value for a patch table in a way similar to how the Unfortunately, the
I am using postgresql 9.6.8; pgpointcloud v1.1.0 |
I have found a solution to this problem: alter the patch colum's data type to include the correct pcid. For example:
|
when i am trying to run pipeline json file to read from the PostgreSQL database, i get this from readers.pgpointcloud Unable to fetch pcid with column 'pa' and table 'pcpatches'.
if anyone could help me out that would be great. thank you
ps: I am a student and very new pgpointcloud and PDAL
The text was updated successfully, but these errors were encountered: