Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

distributing randomly a value into a raster image

0 views
Skip to first unread message

bluehery

unread,
Nov 23, 2009, 6:28:32 AM11/23/09
to
Hi people,
here is the problem : I want to distribute randomly into a blank
raster image a set amount of value.
eg : I want to set 30% of the raster eigenvalue to 1 and the other 70%
should be left 0 or blank
I have at hand ArcGIS 9.2, ERDAS 9.2, and Idrisi taiga
thank you for your help

jeanh

unread,
Nov 23, 2009, 10:08:46 AM11/23/09
to


Hi,

>eg : I want to set 30% of the raster eigenvalue to 1

raster value or raster eigenvalue?

for the former, in ArcGIS, go to Sptatial Analyst tools / raster
creation / create random raster. This will create a raster with values
between 0 and 1. Then do a reclassification: if data <= 0.3, new value =
1. If data >0.3 new value = 0

Jean

0 new messages