Re: [GRASS-dev] R in winGRASS

2015-03-16 Thread Paulo van Breugel
Hi Anna, You need to define the path to R. I wrote a short explanation here: https://pvanb.wordpress.com/2014/12/17/access-r-from-grass-gis-on-windows/ Hope that helps, Paulo On Mon, Mar 16, 2015 at 11:12 PM, Anna Petrášová kratocha...@gmail.com wrote: On Mon, Mar 16, 2015 at 6:05 PM, Anna

Re: [GRASS-dev] Compute mahalanobis distance using Scipy

2015-03-16 Thread Paulo van Breugel
On Mon, Mar 16, 2015 at 3:30 PM, Glynn Clements gl...@gclements.plus.com wrote: Paulo van Breugel wrote: When running the tiled_function function you wrote [1] I am getting the error below. {{{ tiled_function(raster_inputs=ref, raster_output=out_mah1, func=mahalanobis_distances)

Re: [GRASS-dev] [GRASS GIS] #2622: Text interface quits immediately when run from zsh shell

2015-03-16 Thread GRASS GIS
#2622: Text interface quits immediately when run from zsh shell -+-- Reporter: zimmi| Owner: grass-dev@… Type: defect | Status: new Priority: normal |

Re: [GRASS-dev] [GRASS GIS] #2620: r.neighbours should offer to ignore centre value

2015-03-16 Thread GRASS GIS
#2620: r.neighbours should offer to ignore centre value --+- Reporter: marisn| Owner: grass-dev@… Type: enhancement | Status: new Priority: minor |

Re: [GRASS-dev] [GRASS GIS] #2622: Text interface quits immediately when run from zsh shell

2015-03-16 Thread GRASS GIS
#2622: Text interface quits immediately when run from zsh shell -+-- Reporter: zimmi| Owner: grass-dev@… Type: defect | Status: new Priority: normal |

Re: [GRASS-dev] Compute mahalanobis distance using Scipy

2015-03-16 Thread Glynn Clements
Paulo van Breugel wrote: When running the tiled_function function you wrote [1] I am getting the error below. {{{ tiled_function(raster_inputs=ref, raster_output=out_mah1, func=mahalanobis_distances) }}} ERROR: No null file for out_mah1 Any idea what is wrong? That error message

Re: [GRASS-dev] [GRASS-user] v.out.ogr dialog ask for user to type entire output path

2015-03-16 Thread Martin Landa
Hi, 2015-03-16 13:47 GMT+01:00 Daniel Victoria daniel.victo...@gmail.com: In the 'Name of output OGR datasource' field, the user has to type the entire path, which some times can be quite long. Of course I can copy/paste the output path but couldn't we have a directory or file chooser dialog

Re: [GRASS-dev] 'utf8' codec can't decode byte 0xf6 in position 8: invalid start byte

2015-03-16 Thread Anna Petrášová
I tested winGRASS r64873, no problems with English locale, I switched to German too, still no problems. Anna On Sun, Mar 15, 2015 at 6:33 PM, Helmut Kudrnovsky hel...@web.de wrote: hi, tested with GRASS Version: 7.1.svn GRASS SVN revision: 64858 Build date: 2015-03-15 Build platform:

Re: [GRASS-dev] 'utf8' codec can't decode byte 0xf6 in position 8: invalid start byte

2015-03-16 Thread Helmut Kudrnovsky
I tested winGRASS r64873, no problems with English locale, I switched to German too, still no problems. tested with System Info GRASS Version: 7.1.svn GRASS SVN

[GRASS-dev] [GRASS GIS] #2625: r.stats's nsteps is not region-sensitive

2015-03-16 Thread GRASS GIS
#2625: r.stats's nsteps is not region-sensitive -+-- Reporter: martinl | Owner: grass-dev@… Type: defect | Status: new Priority: major|

Re: [GRASS-dev] 'utf8' codec can't decode byte 0xf6 in position 8: invalid start byte

2015-03-16 Thread Helmut Kudrnovsky
I tested winGRASS r64873, no problems with English locale, I switched to German too, still no problems. interesting: _no_ problems with commands like e.g.: g.region g.mapset g.access g.gisenv g.extension problems with commands like e.g.: r.slope.aspect d.vect r.watershed r.neigbhours

[GRASS-dev] [GRASS GIS] #2626: v.out.ogr does not suggest db.connect and db.login when not set

2015-03-16 Thread GRASS GIS
#2626: v.out.ogr does not suggest db.connect and db.login when not set ---+ Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new

[GRASS-dev] [GRASS GIS] #2628: db.login does not ask for password as PostgreSQL database driver manual page says

2015-03-16 Thread GRASS GIS
#2628: db.login does not ask for password as PostgreSQL database driver manual page says -+-- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new

[GRASS-dev] [GRASS GIS] #2627: v.out.postgis uses wrong database name or port

2015-03-16 Thread GRASS GIS
#2627: v.out.postgis uses wrong database name or port ---+ Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2626: v.out.ogr does not suggest db.connect and db.login when not set

2015-03-16 Thread GRASS GIS
#2626: v.out.ogr does not suggest db.connect and db.login when not set ---+ Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new

[GRASS-dev] Fwd: [OSGeo-Discuss] OSGeo Google Summer of Code 2015: Students application period opens today

2015-03-16 Thread Markus Neteler
FYI -- Forwarded message -- From: Margherita Di Leo direg...@gmail.com Date: Mon, Mar 16, 2015 at 11:52 AM Subject: [OSGeo-Discuss] OSGeo Google Summer of Code 2015: Students application period opens today To: OSGeo-SoC s...@lists.osgeo.org, OSGeo Discussions

[GRASS-dev] R in winGRASS

2015-03-16 Thread Anna Petrášová
Hi, I am having troubles with running R in winGRASS. I installed R using this tutorial: http://www.r-bloggers.com/installing-rcpp-on-windows-7-for-r-and-c-integration/ In normal windows command line, it works. In GRASS session, I get this when running R: C:\Users\akratocR '\R.exe' is not

Re: [GRASS-dev] R in winGRASS

2015-03-16 Thread Anna Petrášová
On Mon, Mar 16, 2015 at 6:05 PM, Anna Petrášová kratocha...@gmail.com wrote: Hi, I am having troubles with running R in winGRASS. I installed R using this tutorial: http://www.r-bloggers.com/installing-rcpp-on-windows-7-for-r-and-c-integration/ In normal windows command line, it works. In

Re: [GRASS-dev] [GRASS GIS] #2628: db.login does not ask for password as PostgreSQL database driver manual page says

2015-03-16 Thread GRASS GIS
#2628: db.login does not ask for password as PostgreSQL database driver manual page says +--- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] Compute mahalanobis distance using Scipy

2015-03-16 Thread Paulo van Breugel
Great, I'll do that On Mon, Mar 16, 2015 at 9:56 PM, Pietro peter.z...@gmail.com wrote: Hi Paulo, On Mon, Mar 16, 2015 at 9:23 PM, Paulo van Breugel p.vanbreu...@gmail.com wrote: Paulo van Breugel wrote: Alternatively, it might indicate an issue in the PyGrass library; that code is

Re: [GRASS-dev] Compute mahalanobis distance using Scipy

2015-03-16 Thread Pietro
Hi Paulo, On Mon, Mar 16, 2015 at 9:23 PM, Paulo van Breugel p.vanbreu...@gmail.com wrote: Paulo van Breugel wrote: Alternatively, it might indicate an issue in the PyGrass library; that code is relatively new. OK, hopefully the PyGrass gurus can have a look at it. Ofcourse I will look

Re: [GRASS-dev] [GRASS GIS] #2628: db.login does not ask for password as PostgreSQL database driver manual page says

2015-03-16 Thread GRASS GIS
#2628: db.login does not ask for password as PostgreSQL database driver manual page says +--- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new

[GRASS-dev] [GRASS GIS] #2624: r.horizon problem in Windows (horizon_zud)

2015-03-16 Thread GRASS GIS
#2624: r.horizon problem in Windows (horizon_zud) +--- Reporter: rorschach | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2624: r.horizon problem in Windows (horizon_zud)

2015-03-16 Thread GRASS GIS
#2624: r.horizon problem in Windows (horizon_zud) --+- Reporter: rorschach | Owner: grass-dev@… Type: defect| Status: new