[Manifold-l] Export Surface as GeoTiff

Michael Sumner mdsumner at utas.edu.au
Tue Sep 19 16:59:46 CDT 2006


Justin Tyme wrote:
> Hello,
>
> Any way to export a surface as GeoTiff?  I need this capability and would
> rather not buy have to buy GlobalMapper to be able to do it.
>
>   
I don't think so.  It's worth suggesting to Manifold


 If you want a free (and easy!) way to do this, get R and install the 
rgdal package.  Let me know if this suits and I'll help - it involves a 
couple of downloads to install R and get the packages. www.r-project.org
 Then you could export the surface from Manifold to FLT, read it in R 
and export to TIF:

library(rgdal)
d <- readGDAL("surf.flt")
writeGDAL(d, "surf.tif")




More information about the Manifold-l mailing list