Project

General

Profile

Download (460 Bytes) Statistics
| Branch: | Revision:
1
#! /bin/sh
2
# script builds virtual mosaic table for the  NorthEast 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/NorthEastEast/NorthEastEastHemiAster.vrt 
9
gdalbuildvrt -input_file_list NorthEastEastAsterFileList.txt  -overwrite \
10
/home/reeves/active_work/OutProducts/EastHemi/NorthEastEast/NorthEastEastHemiAster.vrt
11
date
(18-18/37)