Changes between Version 1 and Version 2 of Processing/GDALVRTMosaic
- Timestamp:
- Apr 8, 2015, 4:19:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/GDALVRTMosaic
v1 v2 1 1 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 2 3 The initial mosaic is a 'virtual raster', which comprises a text file with links to other files containing the data. It is created using the [http://www.gdal.org/gdalbuildvrt.html gdalbuildvrt] command, available with GDAL and also in QGIS through the Raster ->Miscellaneous menu.3 The initial mosaic is a 'virtual raster', which comprises a text file with links to other files containing the data. It is created using the [http://www.gdal.org/gdalbuildvrt.html gdalbuildvrt] command, available with GDAL and also in QGIS through the Raster, Miscellaneous menu. 4 4 5 5 {{{ … … 13 13 }}} 14 14 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.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. 16 16 command. For example to create a three band subset using bands 38, 25 and 12 use: 17 17