Changes between Version 10 and Version 11 of Downloads/Processing/tuiview


Ignore:
Timestamp:
Dec 18, 2015, 9:47:24 AM (8 years ago)
Author:
dac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Downloads/Processing/tuiview

    v10 v11  
    4343on Windows. This will create a ‘*.aux.xml’ metadata file with additional features the driver doesn’t support when TuiView opens the file. More information is available in the GDALPamDataset documentation.
    4444
     45To speed up the display of images within TuiView you can calculate approximate statistics (used to stretch the data) before opening using:
     46{{{
     47gdalinfo -stats -approx_stats filename.bil > /dev/null
     48}}}
     49
     50This will create an aux.xml file corresponding to the image containing the statistics which TuiView can read.
     51
    4552For more details on general TuiView usage see the [https://bitbucket.org/chchrsc/tuiview/wiki/Home TuiView wiki]