<!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> 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. What I am using is:
<br>depth2.5 = if(sheetcomb.dem<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 am working with elevation/depth data...where
are these 255 categories coming from?? Thanks...
<br>also, is it possible to use the following command:
<br>depth2.5 = if(0>sheetcomb.dem<2.5,null(),2.5) ??
<p>I am trying to basically eliminate heights greater than 0 and less than
2.5...
<p>thanks....
<pre>--
LTJG Kevin Slover,NOAA GIS Specialist/Meteorologist/Oceanographer
Tropical Prediction Center/National Hurricane Center
11691 SW 17th Street Miami FL 33165
Work: (305) 229-4456 Fax : (305) 553-1264</pre>
</html>