1
|
#! /bin/sh
|
2
|
################################################################################
|
3
|
# script Name: buildNewSwHemiCigarMosaicVrt.sh
|
4
|
# script uses 'gdalbuildvrt' utility to construct virtual image mosaic table
|
5
|
# for the SouthWest Hemisphere mosaic componenes containing only CGIAR SRTM
|
6
|
# Version 4.1 files.
|
7
|
#
|
8
|
# Author: Rick Reeves, NCEAS June 12, 2011
|
9
|
#
|
10
|
################################################################################
|
11
|
date
|
12
|
rm /home/reeves/active_work/OutProducts/WestHemi/SouthWest/SouthWestHemiCgiariSrtm.vrt
|
13
|
gdalbuildvrt -input_file_list SouthWestHemiCgiarSrtmFileList.txt -overwrite \
|
14
|
/home/reeves/active_work/OutProducts/WestHemi/SouthWest/SouthWestHemiCgiarSrtm.vrt
|
15
|
date
|