You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: