Re: [GRASS-dev] Re: big region r.watershed

2008-10-11 Thread Glynn Clements
Hamish wrote: and other modules like r.in.xyz have percent= (0-100) for how much of the map to keep in memory at once. I'm wondering if it would be worth adding a switch to r.in.xyz to indicate that the points have been pre-sorted in descending order of their Y coordinate (which can be done

[GRASS-dev] Re: [GRASS GIS] #329: Typo in i.oif.html and wording

2008-10-11 Thread GRASS GIS
#329: Typo in i.oif.html and wording --+- Reporter: nikos| Owner: grass-dev@lists.osgeo.org Type: enhancement | Status: new Priority: minor| Milestone: 6.4.0

[GRASS-dev] Re: [GRASS GIS] #329: Typo in i.oif.html and wording

2008-10-11 Thread GRASS GIS
#329: Typo in i.oif.html and wording --+- Reporter: nikos| Owner: grass-dev@lists.osgeo.org Type: enhancement | Status: new Priority: minor| Milestone: 6.4.0

[GRASS-dev] Re: [GRASS GIS] #329: Typo in i.oif.html and wording

2008-10-11 Thread GRASS GIS
#329: Typo in i.oif.html and wording --+- Reporter: nikos| Owner: grass-dev@lists.osgeo.org Type: enhancement | Status: new Priority: minor| Milestone: 6.4.0

[GRASS-dev] how to find out current working db driver and database?

2008-10-11 Thread Michael Barton
As a start to fixing the currently broken table and column select combo boxes in the wxPython GUI, is there some way to find out what the current working setting is for the database driver and database (i.e., path)? Michael C. Michael Barton, Professor of Anthropology

[GRASS-dev] GRASS 7: renaming of some modules

2008-10-11 Thread Markus Neteler
Hi, I would like to rename a set of modules as outlined in http://grass.osgeo.org/wiki/GRASS_7_ideas_collection#rename Raster: * rename r.in.gdal to r.import * rename r.out.gdal to r.export Vector: * rename v.in.ogr to v.import * rename v.out.ogr to v.export * rename v.mkgrid to v.grid

Re: [GRASS-dev] xgettext grasswxpy issue

2008-10-11 Thread Glynn Clements
Markus Neteler wrote: just found this one while running make pot (GRASs 6.4.svn): Generating grasswxpy... xgettext -k_ -o ./templates/grasswxpy.pot `find ../gui/wxpython -name '*.py' | xargs grep -l _(\` ../gui/wxpython/gui_modules/colorrules.py:391: warning: 'msgid' format string with

[GRASS-dev] Re: [GRASS GIS] #329: Typo in i.oif.html and wording

2008-10-11 Thread GRASS GIS
#329: Typo in i.oif.html and wording --+- Reporter: nikos| Owner: grass-dev@lists.osgeo.org Type: enhancement | Status: new Priority: minor| Milestone: 6.4.0

Re: [GRASS-dev] how to find out current working db driver and database?

2008-10-11 Thread Glynn Clements
Michael Barton wrote: As a start to fixing the currently broken table and column select combo boxes in the wxPython GUI, is there some way to find out what the current working setting is for the database driver and database (i.e., path)? The defaults can be obtained with db.connect