[EMAIL PROTECTED] wrote:

> Going  back to my question about about cutting out sections of maps.   
> What I am looking for is being able to project a raster map of say  
> temperature over the globe (180, -180, 90, -90), then I bring in a  
> vector map of say New Mexico.  My projection at this point has the  
> globe temperature data and a small vector map of New Mexico.  Is there  
> a way to cut out a piece of that map leaving new mexico with the the  
> temperature data over it, leaving behind all the rest of the global  
> temperature data.  The directions for v.digit, I do not think quite  
> does this operation.

        v.to.rast ... output=MASK
        r.resample ...
        g.remove rast=MASK

If a raster map named "MASK" exists, any module which reads raster
maps will automatically see nulls wherever the MASK cells are zero.

-- 
Glynn Clements <[EMAIL PROTECTED]>

_______________________________________________
grassuser mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grassuser

Reply via email to