All works fine.  A quick one-liner example to get the image(s):

for INPUT in `gdalinfo 03APR13WV010500013APR03073140-
P1BS-500060446050_03_P002.ntf | grep SUBDATASET_ | grep NAME | cut -d":" -f3`; 
do gdalwarp -s_srs 'epsg:4326' -t_srs 'epsg:4326' "${INPUT}" "${INPUT}.tif"; 
done

Are there smarter ways to do that?

Thanks, Nikos
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to