You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'TauDEM version 5.3.3, GDAL 1.9.2 (Python 2.7), GDAL 111 (MSVC 2010) for 64 bit Winodws PC, Microsoft Visual C++ 2010 SP1 Redistributable Package (x86), ' +
139
+
'TauDEM version 5.3.4, GDAL 1.9.2 (Python 2.7), GDAL 111 (MSVC 2010) for 64 bit Winodws PC, Microsoft Visual C++ 2010 SP1 Redistributable Package (x86), ' +
140
140
'Microsoft Visual C++ 2010 SP1 Redistributable Package (x64), Microsoft HPC Pack 2012 MS-MPI Redistributable Package'#13#13 + notes_string);
141
141
end
142
142
else
143
143
begin
144
144
UserPage := CreateInputQueryPage(wpWelcome,
145
145
'The following programs will be installed', '',
146
-
'TauDEM version 5.3.3, GDAL 1.9.2 (Python 2.7), GDAL 111 (MSVC 2010) for 32 bit Windows PC, Microsoft Visual C++ 2010 SP1 Redistributable Package (x86), ' +
146
+
'TauDEM version 5.3.4, GDAL 1.9.2 (Python 2.7), GDAL 111 (MSVC 2010) for 32 bit Windows PC, Microsoft Visual C++ 2010 SP1 Redistributable Package (x86), ' +
double fileGB=(double)cellbytes*(double)totalX*(double)totalY/1000000000.0; // This purposely neglects the lower significant digits to overvalue GB to allow space for header information in the file
310
+
if(fileGB > 4.0){
311
+
if(index==0 || index==6){ // .tiff files. Need to explicity indicate BIGTIFF. See http://www.gdal.org/frmt_gtiff.html.
0 commit comments