[GRASS-user] Improved version of r.fillnulls - needs quality check

2012-11-26 Thread Maris Nartiss
Hello all, I just have commited to trunk (GRASS 7) a new version of r.fillnulls that is filling each hole separately. On my test dataset it is giving significantly better results than old one and provides ~2x speed up in comparison with previous version (with a cost of increased disk use). To

[GRASS-user] Error in windows version of i.spectral

2012-11-26 Thread SWAPAN GHOSH
Dear all, i.spectral is not running under windows version grass. I use here Grass 6.4 for windows. How I can fix the problem. If there is any other alternative for windows then suggest me or fix the error for i.spectral. i.spectral works fine for linux but I need it for windows. Thanks

[GRASS-user] Dip/ strike calculation from given DEM

2012-11-26 Thread SWAPAN GHOSH
Dear All, How I can solve this problem for given raster map. Thanks Regards, Swapan ___ grass-user mailing list grass-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] Dip/ strike calculation from given DEM

2012-11-26 Thread Markus Neteler
On Mon, Nov 26, 2012 at 11:41 AM, SWAPAN GHOSH swap.g...@gmail.com wrote: Dear All, How I can solve this problem for given raster map. Isn't is the calculation of slope and aspect (note there the angle notation counterclockwise from East in the mathematical sense)? Markus

Re: [GRASS-user] Dip/ strike calculation from given DEM

2012-11-26 Thread SWAPAN GHOSH
sorry sir, it is my mistake actually r.slope.aspect calculate the slope(dip) and aspect(azimu) map. Swapan On Mon, Nov 26, 2012 at 4:40 PM, Markus Neteler nete...@osgeo.org wrote: On Mon, Nov 26, 2012 at 11:41 AM, SWAPAN GHOSH swap.g...@gmail.com wrote: Dear All, How I can solve this

[GRASS-user] How to save raster histogram in png format from command line ?

2012-11-26 Thread Andranik Hayrapetyan
Good day, Is there any mogul of GRASS which will save histogram of a raster GeoTiff image in a png or jpeg file ? As I understand, d.histogram is only displaying it, and you cannot use it in text mode. Thank you in advance. ___ grass-user mailing list

Re: [GRASS-user] Error in windows version of i.spectral

2012-11-26 Thread Helmut Kudrnovsky
i.spectral is not running under windows version grass. I use here Grass 6.4 for windows. How I can fix the problem. If there is any other alternative for windows then suggest me or fix the error for i.spectral. i.spectral works fine for linux but I need it for windows. gnuplot [1] is needed

Re: [GRASS-user] r.li.setup in GRASS 7

2012-11-26 Thread Markus Neteler
On Mon, Sep 17, 2012 at 6:10 PM, ahmadou dicko dicko.ahma...@gmail.com wrote: Hi Grass User, I'm using GRASS 7 ( revision 53178) and I would like to compute some landscape metrics (mean patchs size, density). But there's no r.li.setup in GRASS 7, .. now there is! See below (FYI from

Re: [GRASS-user] [GRASS-PSC] Fwd: [GRASS-dev] Renewal of GRASS-PSC

2012-11-26 Thread Helmut Kudrnovsky
Here the current state: - Hamish Bowman: no answer despite personal reminder - Helena Mitasova: +1 - Markus Neteler (chair): +1 - Massimiliano Cannata: +1 - Michael Barton: +1 - Scott Mitchell: +1 I would say, quorum reached. While, to my knowledge, this case is not explicitely defined in our

Re: [GRASS-user] How to save raster histogram in png format from command line ?

2012-11-26 Thread Glynn Clements
Andranik Hayrapetyan wrote: Is there any mogul of GRASS which will save histogram of a raster GeoTiff image in a png or jpeg file ? As I understand, d.histogram is only displaying it, and you cannot use it in text mode. Most d.* commands can be made to generate an image by setting the

Re: [GRASS-user] Request for GRASS GIS case studies

2012-11-26 Thread Luigi Ponti
On 25/11/2012 00:16, Markus Neteler wrote: Hi Luigi, [...] PS: I took liberty to add the DOIs and PDF links Thanks Markus: I need to improve my Wiki editing skills. Ciao, Luigi ___ grass-user mailing list grass-user@lists.osgeo.org

[GRASS-user] Load/View OSM maps

2012-11-26 Thread Mohammed Rashad
Hi All, How to display OSM maps on GRASS as a WMS? I want to show my vector overlaid on top of OSM street maps. and need to digitize/update my vector data. Is this Possible? -- Regards, Rashad ___ grass-user mailing list

[GRASS-user] Compiling under OSX Mountain Lion

2012-11-26 Thread Carlos Grohmann
Hi all, I'm trying to compile GRASS 7.0 svn on OSX Mountain Lion (10.8) here. Compilation seems to go OK, but when running the .app, the wxpython GUI crashes (I'm using wxpython 2.9.4 cocoa): Welcome to GRASS 7.0.svn ... Launching wxpython GUI in the background, please wait... GRASS 7.0.svn

Re: [GRASS-user] Compiling under OSX Mountain Lion

2012-11-26 Thread Markus Neteler
Hi Carlos, On Mon, Nov 26, 2012 at 6:24 PM, Carlos Grohmann carlos.grohm...@gmail.com wrote: Hi all, I'm trying to compile GRASS 7.0 svn on OSX Mountain Lion (10.8) here. Compilation seems to go OK, but when running the .app, the wxpython GUI crashes (I'm using wxpython 2.9.4 cocoa):

Re: [GRASS-user] Load/View OSM maps

2012-11-26 Thread Markus Neteler
On Mon, Nov 26, 2012 at 3:41 PM, Mohammed Rashad mohammedrasha...@gmail.com wrote: Hi All, How to display OSM maps on GRASS as a WMS? Here OSM as WMS: http://wiki.openstreetmap.org/wiki/WMS Then r.in.wms will hopefully work. Markus ___ grass-user

Re: [GRASS-user] Compiling under OSX Mountain Lion

2012-11-26 Thread Anna Kratochvílová
On Mon, Nov 26, 2012 at 10:11 PM, Markus Neteler nete...@osgeo.org wrote: Hi Carlos, On Mon, Nov 26, 2012 at 6:24 PM, Carlos Grohmann carlos.grohm...@gmail.com wrote: Hi all, I'm trying to compile GRASS 7.0 svn on OSX Mountain Lion (10.8) here. Compilation seems to go OK, but when running

Re: [GRASS-user] Error in windows version of i.spectral

2012-11-26 Thread SWAPAN GHOSH
*Dear Helmut,* I am trying this before but there is another error as d.mon command is not for windows. I am just comment off the d.mon in the *i.spectral *script then there is also get an error *expr: division by zero.* How I can solve it. Actually the problem seem to me is* d.mon. *Please

[GRASS-user] d.where windows error( d.where not implemented in the WxGui)

2012-11-26 Thread SWAPAN GHOSH
Dear All, Please see the Windows error for d.where as given below-- [image: Inline image 1] Any body can help me to implement it for WxGui. Thanks Regards, Swapan image.png___ grass-user mailing list grass-user@lists.osgeo.org

Re: [GRASS-user] d.where windows error( d.where not implemented in the WxGui)

2012-11-26 Thread Vaclav Petras
Hi Swapan. Firstly, I put grass-dev into CC. We should switch the thread to grass-dev because this is dev question. Secondly, I have no idea how d.where should work, so I'm not able to help much. I think that you should specify what you expect from d.where in wxGUI. Also compare your ideas to

Re: [GRASS-user] d.where windows error( d.where not implemented in the WxGui)

2012-11-26 Thread SWAPAN GHOSH
Dear Petras, Actually I would like to redirect the output of d.where to another command like r.what Thanks, Swapan On Tue, Nov 27, 2012 at 1:14 PM, Vaclav Petras wenzesl...@gmail.com wrote: Hi Swapan. Firstly, I put grass-dev into CC. We should switch the thread to grass-dev because this