[GRASS-dev] [GRASS GIS] #2385: v.in.ogr doesn't use information from dblogin file about external PostgreSQL server

2014-07-31 Thread GRASS GIS
#2385: v.in.ogr doesn't use information from dblogin file about external PostgreSQL server ---+ Reporter: hemeybo| Owner: grass-dev@… Type: defect

Re: [GRASS-dev] [GRASS GIS] #2385: v.in.ogr doesn't use information from dblogin file about external PostgreSQL server

2014-07-31 Thread GRASS GIS
#2385: v.in.ogr doesn't use information from dblogin file about external PostgreSQL server ---+ Reporter: hemeybo| Owner: grass-dev@… Type: defect

Re: [GRASS-dev] using rand(x,y) in r.mapcalc (grass7)

2014-07-31 Thread Markus Neteler
On Sun, Jul 27, 2014 at 1:58 AM, Glynn Clements gl...@gclements.plus.com wrote: Glynn Clements wrote: I wonder if there are any modules in core or addons which need to be updated. The following are candidates for conversion: Most uses of rand, random, lrand48, etc have been replaced in

Re: [GRASS-dev] using rand(x,y) in r.mapcalc (grass7)

2014-07-31 Thread Markus Neteler
On Thu, Jul 31, 2014 at 1:30 PM, Markus Neteler nete...@osgeo.org wrote: On Sun, Jul 27, 2014 at 1:58 AM, Glynn Clements gl...@gclements.plus.com wrote: Glynn Clements wrote: I wonder if there are any modules in core or addons which need to be updated. The following are candidates for

Re: [GRASS-dev] [GRASS GIS] #2272: Improve consistency in random generator usage

2014-07-31 Thread GRASS GIS
#2272: Improve consistency in random generator usage -+-- Reporter: neteler | Owner: grass-dev@… Type: defect | Status: new Priority: blocker |

Re: [GRASS-dev] [GRASS GIS] #2272: Improve consistency in random generator usage

2014-07-31 Thread GRASS GIS
#2272: Improve consistency in random generator usage -+-- Reporter: neteler | Owner: grass-dev@… Type: defect | Status: new Priority: critical |

Re: [GRASS-dev] [GRASS GIS] #2290: Wrong file permissions for grassXY.py on Windows (was: Grass not starting)

2014-07-31 Thread GRASS GIS
#2290: Wrong file permissions for grassXY.py on Windows (was: Grass not starting) --+- Reporter: dnewcomb | Owner: grass-dev@… Type: defect| Status: new

Re: [GRASS-dev] [GRASS GIS] #2381: lighting/shading for vector objects backward in nviz

2014-07-31 Thread GRASS GIS
#2381: lighting/shading for vector objects backward in nviz ---+ Reporter: cmbarton | Owner: grass-dev@… Type: defect| Status: closed Priority: normal|

[GRASS-dev] [GRASS GIS] #2386: wxGUI: check for old vector topology format

2014-07-31 Thread GRASS GIS
#2386: wxGUI: check for old vector topology format -+-- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: critical |

Re: [GRASS-dev] GRASS 7.0beta3 planning

2014-07-31 Thread Martin Landa
Hi, I would say that it's time for beta3. BTW, beta2 contains ugly bug which has been already fixed in relbr7. bash: /usr/lib/grass70/etc/prompt.py: Directory or file doesn't exist. Martin -- Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa ___

Re: [GRASS-dev] [GRASS GIS] #2386: wxGUI: check for old vector topology format

2014-07-31 Thread GRASS GIS
#2386: wxGUI: check for old vector topology format -+-- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: critical |

Re: [GRASS-dev] [GRASS GIS] #2386: wxGUI: check for old vector topology format

2014-07-31 Thread GRASS GIS
#2386: wxGUI: check for old vector topology format -+-- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: critical |

Re: [GRASS-dev] [GRASS GIS] #2340: Rename i.landsat.rgb

2014-07-31 Thread GRASS GIS
#2340: Rename i.landsat.rgb ---+ Reporter: neteler| Owner: grass-dev@… Type: defect | Status: new Priority: blocker| Milestone: 7.0.0

Re: [GRASS-dev] [GRASS GIS] #2340: Rename i.landsat.rgb

2014-07-31 Thread GRASS GIS
#2340: Rename i.landsat.rgb ---+ Reporter: neteler| Owner: grass-dev@… Type: defect | Status: new Priority: critical | Milestone: 7.0.0

Re: [GRASS-dev] [GRASS GIS] #2381: lighting/shading for vector objects backward in nviz

2014-07-31 Thread GRASS GIS
#2381: lighting/shading for vector objects backward in nviz ---+ Reporter: cmbarton | Owner: grass-dev@… Type: defect| Status: closed Priority: normal|

[GRASS-dev] grass.script.array.read: reading multiple rasters

2014-07-31 Thread Paulo van Breugel
To read in a raster with GRASS Python Scripting Library, I can use ref = garray.array() ref.read('mymap') But is it also possible to read in multiple raster layers at once? Something like: ref = garray.array() ref.read(('map1','map2')) If not, what would be the best way to get an array with

Re: [GRASS-dev] [GRASS GIS] #2004: wxgui: ctrl-t to tile layer manager and map window full screen

2014-07-31 Thread GRASS GIS
#2004: wxgui: ctrl-t to tile layer manager and map window full screen ---+ Reporter: hamish | Owner: grass-dev@… Type: enhancement| Status: new Priority:

Re: [GRASS-dev] GRASS 7.0beta3 planning

2014-07-31 Thread Markus Neteler
On Tue, Jul 29, 2014 at 11:49 PM, Markus Neteler nete...@osgeo.org wrote: On Fri, Jul 18, 2014 at 12:22 AM, Vaclav Petras wenzesl...@gmail.com wrote: what do you think about releasing beta3? ... Another one in OGSF: should r61052 be backported? ? ... inconsistent random number generation

Re: [GRASS-dev] grass.script.array.read: reading multiple rasters

2014-07-31 Thread Glynn Clements
Paulo van Breugel wrote: To read in a raster with GRASS Python Scripting Library, I can use ref = garray.array() ref.read('mymap') But is it also possible to read in multiple raster layers at once? Something like: ref = garray.array() ref.read(('map1','map2')) At present, no. The