Skip to main content
Solved

no data white

  • November 19, 2018
  • 3 replies
  • 31 views

marionmahot
Contributor
Forum|alt.badge.img+4

Hello,

how is it possible to have nodata in white?

Thanks

Marion

Best answer by david_r

Which raster format are you writing to?

Nodata has no colour, as such, it's just a placeholder for "there's nothing here", or NULL in database terminology.

But depending on which program you use to look at the raster, you can tell it to render the nodata cells as a particular colour, e.g. white or black are common choices. But this is usually somthing you do in the client program, not in FME.

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • November 19, 2018

Which raster format are you writing to?

Nodata has no colour, as such, it's just a placeholder for "there's nothing here", or NULL in database terminology.

But depending on which program you use to look at the raster, you can tell it to render the nodata cells as a particular colour, e.g. white or black are common choices. But this is usually somthing you do in the client program, not in FME.

 

 


marionmahot
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 10 replies
  • November 19, 2018

 

it's jp2

FRAD045_3P_79_3_0001.zip


marionmahot
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 10 replies
  • November 19, 2018

Thank you David,

Indeed it most be done in the client program.

Marion