Changes between Version 10 and Version 11 of Downloads/Processing/tuiview
- Timestamp:
- Dec 18, 2015, 9:47:24 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Downloads/Processing/tuiview
v10 v11 43 43 on 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. 44 44 45 To speed up the display of images within TuiView you can calculate approximate statistics (used to stretch the data) before opening using: 46 {{{ 47 gdalinfo -stats -approx_stats filename.bil > /dev/null 48 }}} 49 50 This will create an aux.xml file corresponding to the image containing the statistics which TuiView can read. 51 45 52 For more details on general TuiView usage see the [https://bitbucket.org/chchrsc/tuiview/wiki/Home TuiView wiki]