Skip to content
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

Impossible to create 3D tiles if value are set to NULL #216

Closed
plaulhe opened this issue Oct 17, 2024 · 3 comments
Closed

Impossible to create 3D tiles if value are set to NULL #216

plaulhe opened this issue Oct 17, 2024 · 3 comments

Comments

@plaulhe
Copy link

plaulhe commented Oct 17, 2024

Hello, how are you since last time? :)

I am currently using the pg2b3dm tool with my datasets, and I've encountered an issue where certain fields contain only NULL values. This is causing a problem during type determination, as indicated by the following error message:

sql
Copier le code
2024-10-17 11:48:36,838 - ERROR - Unhandled exception. System.Exception: All values of attribute 'hauteur' are Null, can't determine type.
Unfortunately, I cannot modify the values by replacing NULL with another value.

Is there a solution to handle this situation within pg2b3dm? Any guidance or workaround would be greatly appreciated.

Thank you for your assistance!

Best regards,

@bertt
Copy link
Member

bertt commented Oct 17, 2024

Hi, yes I've noticed this too, as a workaround you can add '--create_gltf false' (so b3dm files are created instead of glb), or omit the hauteur attribute.

@bertt
Copy link
Member

bertt commented Oct 17, 2024

#217

@bertt
Copy link
Member

bertt commented Oct 22, 2024

fixed in release 2.18.1

@bertt bertt closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants