[gdal-dev] Can't read NITF image

Nikos Alexandris nik at nikosalexandris.net
Sun Jul 7 18:35:50 PDT 2013


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


More information about the gdal-dev mailing list