On Thu, Apr 12, 2012 at 12:40 PM, Jonathan Greenberg <[email protected]> wrote: > GDALers: > > I've got some DigitalGlobe Worldview-2 files in NITF format, but I'm > not able to convert it from NITF to ENVI: > >> gdal_translate -of ENVI 11MAY05170702-M1BS-052548267010_01_P001.NTF >> 11MAY05170702-M1BS-052548267010_01_P001.envi > [some time passes] > Input file size is 9216, 6144 > 0ERROR 4: Attempt to create file > `11MAY05170702-M1BS-052548267010_01_P001.envi' failed. > [a bit more time passes] >> [back to command line] > > Any ideas? >
Jonathan, Well, that is sort of lame error reporting out of gdal_translate. Can you make the input file available for testing? If not, perhaps try running with debug on? ie. gdal_translate --debug on ... Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [email protected] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Software Developer _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
