I am new to FME and I am trying to convert a GeoTIFF file into CADRG file. But unfortunately I am getting unwanted results. The resulting CADRG file just looks like a blank black colour raster file i.e., I suspect there is some error either in the GeoTIFF reader or transforming process or CADRG writer. Please give some insights on how can I overcome this issue?
Some quick hints to debug (any scenario, not just this):
1) Open the source data in the FME Data Inspector. If it looks incorrect there, then the reader is at fault. If it looks OK then...
2) Run the translation with Redirect to Inspector turned on. If it looks incorrect there, then the transformation is at fault. If it looks OK then...
3) Open the output data in the FME Data Inspector. If it looks incorrect there, then the writer is at fault.
Some quick hints to debug (any scenario, not just this):
1) Open the source data in the FME Data Inspector. If it looks incorrect there, then the reader is at fault. If it looks OK then...
2) Run the translation with Redirect to Inspector turned on. If it looks incorrect there, then the transformation is at fault. If it looks OK then...
3) Open the output data in the FME Data Inspector. If it looks incorrect there, then the writer is at fault.
I do notice that the data was reprojected to LL84. Did your source data have a coordinate system set? If not, that might be an issue. Also, what's the resolution of the output? I wonder if it got squished down to one single nodata cell, or if it's the same resolution as before, but now everything is nodata?
I do notice that the data was reprojected to LL84. Did your source data have a coordinate system set? If not, that might be an issue. Also, what's the resolution of the output? I wonder if it got squished down to one single nodata cell, or if it's the same resolution as before, but now everything is nodata?
I'm using build 17259.
The issue seems to be in generating the palette, where all entries but 1 are set to 0,0,0.
I'm using build 17259.
The issue seems to be in generating the palette, where all entries but 1 are set to 0,0,0.