Project

General

Profile

Download (464 Bytes) Statistics
| Branch: | Revision:
1
#! /bin/sh
2
# script builds virtual mosaic table for the  NorthWest Hemisphere
3
# containing CGIAR SRTM Version 4.1 files/
4
# using 'gdalbuildvrt' utility
5
# 
6
# Author: Rick Reeves, NCEAS June 8, 2011
7
date
8
rm /home/reeves/active_work/OutProducts/EastHemi/NorthWestEast/NorthWestEastHemiAster.vrt 
9
gdalbuildvrt -input_file_list NorthWestEastHemiAsterFileList.txt -overwrite \
10
/home/reeves/active_work/OutProducts/EastHemi/NorthWestEast/NorthWestEastHemiAster.vrt 
11
date
(11-11/37)