Project

General

Profile

Download (473 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/NorthEastEastHemiCgiarSrtm.vrt 
9
gdalbuildvrt -input_file_list NorthEastEastCgiarSrtmFileList.txt  -overwrite \
10
/home/reeves/active_work/OutProducts/EastHemi/NorthEastEast/NorthEastEastHemiCgiarSrtm.vrt
11
date
(19-19/37)