Changes between Initial Version and Version 3 of Ticket #2344


Ignore:
Timestamp:
Jul 15, 2008, 4:02:10 AM (16 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2344

    • Property Keywords ecw jp2ecw jpg2000 nitf added
    • Property Cc Mateusz Łoskot added
    • Property Component defaultGDAL_Raster
  • Ticket #2344 – Description

    initial v3  
    11When converting the image (http://veimages.gsfc.nasa.gov//2430/land_ocean_ice_2048.tif) to NITF, the driver reports an error (see below). However, an image is produced despite the message and can be viewed without problems.
    2 [[BR]][[BR]]
    32
    4  > gdal_translate -of NITF -co "IC=C8" land_ocean_ice_2048.tif out.ntf[[BR]]
    5 Input file size is 2048, 1024[[BR]]
    6 '''ERROR 1: An error has occurred: Error 86 "File is invalid or corrupt"  file "" line 0'''[[BR]]
    7 0...10...20...30...40...50...60...70...80...90...100 - done.[[BR]]
     3{{{
     4gdal_translate -of NITF -co "IC=C8" land_ocean_ice_2048.tif out.ntf
     5Input file size is 2048, 1024
     6'''ERROR 1: An error has occurred: Error 86 "File is invalid or corrupt"  file "" line 0'''
     70...10...20...30...40...50...60...70...80...90...100 - done.
     8}}}