Opened 14 years ago

Last modified 14 years ago

#3448 closed defect

gdal_translate Georaster to HFA format, the major GIS software can't open! — at Initial Version

Reported by: bicealyh Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: svn-trunk
Severity: major Keywords: HFA
Cc:

Description

I use below command to export raster data from Georaster,but the major GIS software can't open it, like ArcMap 9.3 or Erdas 8.5. The command like below:

gdal_translate -of HFA -srcwin 12140 0 3035 2304 geor:sde/sde@localhost:1521/ORCL,SDE.CITY_IMAGES_RDT,10 G:\test\Extract_10_5clip.img

The gdalinfo like below:

Driver: HFA/Erdas Imagine Images (.img) Files: G:\test\Extract_10_2clip.img G:\test\Extract_10_2clip.img.aux.xml Size is 3035, 2304 Coordinate System is: GEOGCS["GCS_WGS_1984", DATUM["WGS_1984", SPHEROID["WGS_1984",6378137,298.25...]], PRIMEM["Greenwich",0], UNIT["Degree",0.01745....]] Origin = (112.563...,37.86..) Pixel Size = (0.000000909090833,-0.000000909090833) Corner Coordinates: Upper Left ( 112.56..., 37.86...) Lower Left ( 112.56..., 37.86...) Upper Right ( 112.56..., 37.86...) Lower Right ( 112.56..., 37.86...) Center ( 112.56..., 37.86...) Band 1 Block=64x64 Type=Byte, ColorInterp=Undefined Metadata: LAYER_TYPE=athematic Band 2 Block=64x64 Type=Byte, ColorInterp=Undefined Metadata: LAYER_TYPE=athematic Band 3 Block=64x64 Type=Byte, ColorInterp=Undefined Metadata: LAYER_TYPE=athematic

Change History (0)

Note: See TracTickets for help on using tickets.