ubarsc / tuiview

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

Add support for GTiff export of current image #69

Closed gillins closed 9 months ago

gillins commented 9 months ago

With georeferencing information

gillins commented 9 months ago

Can plot resulting image with PyGMT like this:

import pygmt

fig = pygmt.Figure()
fig.grdimage(grid='bob.tif', projection="x1:500000", frame=True)
fig.show()