<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
hello everyone, just a quick question about r.mapcalc to understand what
is going on right now...
<br>&nbsp;&nbsp;&nbsp; I am using the example in the man pages for the
command to set map values below a certain point to null, and trying to
create a mask layer.&nbsp; What I am using is:
<br>depth2.5 = if(sheetcomb.dem&lt;2.5,null(),2.5)
<p>when trying to using depth2.5 as a mask, there are 255 categories...which
is not true of course, since I&nbsp;am working with elevation/depth data...where
are these 255 categories coming from?? &nbsp;Thanks...
<br>also, is it possible to use the following command:
<br>depth2.5 = if(0>sheetcomb.dem&lt;2.5,null(),2.5) ??
<p>I am trying to basically eliminate heights greater than 0 and less than
2.5...
<p>thanks....
<pre>--&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LTJG Kevin Slover,NOAA&nbsp;&nbsp; GIS Specialist/Meteorologist/Oceanographer&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tropical Prediction Center/National Hurricane Center
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11691 SW 17th Street Miami FL 33165
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Work: (305) 229-4456 Fax : (305) 553-1264</pre>
&nbsp;</html>