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 _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
