Re: [GRASS-user] Raster Map subset

2010-02-06 Thread Micha Silver
Rich Shepard wrote: On Fri, 5 Feb 2010, stephen sefick wrote: Is there a way to get a subset of a larger raster map. I have zoomed into an area and would like to make a raster map only containing that area. Can I do this? I am going to use this as input into R for some topmodel runs.

Re: [GRASS-user] Raster Map subset

2010-02-06 Thread MS
There is probably a more eloquent way, but I have taken a vector watershed boundary, converted to a raster, and set as mask. Then used a r.mapcalc expression like newMap=oldMap+0. Mark On Feb 6, 2010, at 3:23 AM, Micha Silver mi...@arava.co.il wrote: Rich Shepard wrote: On Fri, 5 Feb

Re: [GRASS-user] Raster Map subset

2010-02-06 Thread Markus Neteler
On Sat, Feb 6, 2010 at 1:16 AM, stephen sefick ssef...@gmail.com wrote: Is there a way to get a subset of a larger raster map.  I have zoomed into an area and would like to make a raster map only containing that area.  Can I do this? It is as simple as this: d.zoom || g.region g.region -p

[GRASS-user] Raster Map subset

2010-02-05 Thread stephen sefick
Is there a way to get a subset of a larger raster map. I have zoomed into an area and would like to make a raster map only containing that area. Can I do this? I am going to use this as input into R for some topmodel runs. thanks, -- Stephen Sefick Let's not spend our time and resources

Re: [GRASS-user] Raster Map subset

2010-02-05 Thread Milton Cezar Ribeiro
Hi Stephen, I suggest you use spgrass6 package on R, set your g.region using system(g.region n= s= w= e=) on R and use readRAST6 to load your map as SGDF. Of course, if you are under windows, you know that depending the size of your grid you will get troubles :-) best milton 2010/2/5 stephen

Re: [GRASS-user] Raster Map subset

2010-02-05 Thread stephen sefick
Wonderful- thank you very much. Stephen On Fri, Feb 5, 2010 at 6:31 PM, Milton Cezar Ribeiro miltinho.astrona...@gmail.com wrote: Hi Stephen, I suggest you use spgrass6 package on R, set your g.region using system(g.region n= s= w= e=) on R and use readRAST6 to load your map as SGDF. Of

Re: [GRASS-user] Raster Map subset

2010-02-05 Thread Rich Shepard
On Fri, 5 Feb 2010, stephen sefick wrote: Is there a way to get a subset of a larger raster map. I have zoomed into an area and would like to make a raster map only containing that area. Can I do this? I am going to use this as input into R for some topmodel runs. Stephen, Yes, you can.

Re: [GRASS-user] Raster Map subset

2010-02-05 Thread stephen sefick
I am aware of r.topmodel in GRASS, but I am much more familiar with R than GRASS, and the GRASS documentation is not as comprehensible as that for R -- This is just because of my own bias and does not reflect on anybody but me. I would love to try it in GRASS but I think I need a tutorial. Any

Re: [GRASS-user] Raster Map subset

2010-02-05 Thread Rich Shepard
On Fri, 5 Feb 2010, stephen sefick wrote: I am aware of r.topmodel in GRASS, but I am much more familiar with R than GRASS, and the GRASS documentation is not as comprehensible as that for R -- This is just because of my own bias and does not reflect on anybody but me. I would love to try it