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

Is there a plan to support 3D model tile formats such as 3DTiles and I3S? #11538

Closed
xrui94 opened this issue Dec 22, 2024 · 1 comment · Fixed by #11539
Closed

Is there a plan to support 3D model tile formats such as 3DTiles and I3S? #11538

xrui94 opened this issue Dec 22, 2024 · 1 comment · Fixed by #11539

Comments

@xrui94
Copy link

xrui94 commented Dec 22, 2024

Feature description

Cesium 3DTiles and ESRI I3S are commonly used data formats in 3D GIS and have long been included in OGC standards. I think gdal should support them.

Additional context

No response

@rouault
Copy link
Member

rouault commented Dec 22, 2024

Is there a plan to support 3D model tile formats such as 3DTiles and I3S?

No, GDAL lacks support for "real" 3D in its abstraction model. GDAL can support 3D geometries, but for proper 3D there are other properties like texturing that should be added. So basically that would require adding another abstraction model besides the raster and vector ones.
https://github.com/assimp/assimp is probably the closest to a "GDAL for 3D" that I'm aware of

rouault added a commit to rouault/gdal that referenced this issue Dec 22, 2024
rouault added a commit to rouault/gdal that referenced this issue Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants