[gdal-dev] 3D TIN support in WKBs

Gergely Czuczy gergely.czuczy at harmless.hu
Fri Mar 13 15:07:41 PDT 2015


Hello,

I would like to ask whether there's any support for reading 3D TIN data
from WKBs, and if so, how can I do this?

Currently when I try to read the following's WKB:
TIN Z (((512 -512 0,512 512 0,-512 -512 0,512 -512 0)),((512 512 0,512
-512 0,-512 -512 0,512 512 0)))
I get the error message:
ERROR 6: Unsupported WKB type 1016
ERROR 3: OGR Error: Unsupported geometry type

I would like to read TINZ data from PostGIS into C++ and Python
programs, however there doesn't seem to be many libraries that support this.

So, how can I read such 3D TINs using GDAL?

Thanks in advance,
Gergely



More information about the gdal-dev mailing list