Change a raster cell value

434
1
02-13-2020 06:47 AM
EricHolder
New Contributor

I have a land cover raster. I changed all the land cover values to 1 and 0. Now i want to change the raster values based on distance. Based on raster value 1, i want to change raster value of surronding raster until it reaches to 0. for example, if i have a cell value 1, all the sourrounding rasters value to 0.9 and in decreasing order by every cell to 0.8 and so on, if it is not already 0. How do i do that?

Thanks

Eric

Tags (1)
0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

like 1/distance?

Euclidean Distance—Help | Documentation 

but it would have to be normalized to your cell size

0 Kudos