Skip to main content
Solved

how to assign and subtract raster cell values

  • November 12, 2013
  • 1 reply
  • 10 views

Hi, I have used rasterresampler to increase my raster cell size however I want to assign a value of zero to all my raster cells..how can I do that? and how can I subtract the value of the cells of two raster layers presuming they have same grid size (number of cells).? Thanks 

Best answer by fmelizard

Hi,

 

 

For values replacement see the RasterCellValueReplacer.

 

For cell values calculations: RasterCellValueCalculator or RasterExpressionEvaluator

 

 

Itay
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.

1 reply

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • November 13, 2013
Hi,

 

 

For values replacement see the RasterCellValueReplacer.

 

For cell values calculations: RasterCellValueCalculator or RasterExpressionEvaluator

 

 

Itay