Project

General

Profile

Download (472 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 2, 2011
7
date
8
rm /home/reeves/active_work/OutProducts/EastHemi/NorthWestEast/NorthWestEastHemiCgiarSrtm.vrt 
9
gdalbuildvrt -input_file_list NorthWestEastCgiarSrtmFileList.txt -overwrite \
10
/home/reeves/active_work/OutProducts/EastHemi/NorthWestEast/NorthWestEastHemiCgiarSrtm.vrt 
11
date
(12-12/37)