<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(0,0,0)">How will I do this in batch process:<br><br>I have bunch of hdf files downloaded from the ftp and saved to a directory, and in everyday there are newest files added to the ftp available for download, then I'll download those newest files . Now, how will I check if there are new files added to the hdf directory(directory where I saved the downloaded files)? And then, if there are new files added how will I batch project those new files only?If there were no new files, just do nothing or a prompt will just appear indicating that there are no new files? <br>Any help will be much appreciated.<br><br>Here is the script for the projection:<br><br>gdalwarp -geoloc -t_srs "+proj=longlat +datum=WGS84" -te 113.205 1.120 157.105 2.005 HDF4_SDS:hdf:"A2001017054000.L2_LAC.sample.hdf":01 sample.tif<br><br></div></div>