ubarsc / tuiview

TuiView is a lightweight raster GIS with powerful raster attribute table manipulation abilities
http://tuiview.org/
GNU General Public License v2.0
28 stars 12 forks source link

new C function to handle WKB passed as a bytes #28

Closed gillins closed 2 years ago

gillins commented 2 years ago

Might be handy when getting data directly from PostGIS via ST_AsBinary.

Also fix const usage.