Changes between Version 3 and Version 4 of Processing/GDALVRTMosaic
- Timestamp:
- May 7, 2015, 11:59:17 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/GDALVRTMosaic
v3 v4 1 = Creating Mosaics from Level 3 Hyperspectral Data = 2 3 == Using GDAL == 1 4 The steps below describe an easy way of creating mosaics from mapped hyperspectral files, making use of the command line GDAL utilities. They can be installed on Windows through [http://trac.osgeo.org/osgeo4w/ OSGeo4W], and are available on Linux through the package manager (e.g., yum, apt-get). 2 5 … … 13 16 }}} 14 17 15 The VRT file can be used as any other file in programs which use GDAL (e.g., QGIS, ArcGIS, TuiView). However, for displaying it is often more convenient to create band / spatial subsets using the [http://www.gdal.org/gdal_translate.html gdal_translate], also available through QGIS under Raster, Conversion, Translate.18 The VRT file can be used as any other file in programs which use GDAL (e.g., [http://www.qgis.org/en/site/ QGIS], ArcGIS, [http://tuiview.org/ TuiView]). However, for displaying it is often more convenient to create band / spatial subsets using the [http://www.gdal.org/gdal_translate.html gdal_translate], also available through QGIS under Raster, Conversion, Translate. 16 19 command. For example to create a three band subset using bands 38, 25 and 12 use: 17 20