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