Re: [GRASS-dev] Remaining shell scripts

2009-08-03 Thread Dylan Beaudette
On Mon, Aug 3, 2009 at 1:25 AM, Moritz Lennert wrote: > On 02/08/09 04:38, Helena Mitasova wrote: >> >> I very much agree with Markus on this - >> >> Helena I do too. Although I like where the WX-GRASS GUI is heading, it is still to cumbersome for (my) daily usage. I am not suggesting that this GU

Re: [GRASS-dev] Remaining shell scripts

2009-08-03 Thread Martin Landa
Hi, 2009/8/3 Markus Neteler : [...] > Best would be to control the wx monitor from CMD line (i.e., feed map > names via cmd line to it), the zoom/etc tools on top of the monitor > are just perfect. I just would like to avoid to go through the menus > to load a map since that's slower. I agree,

Re: [GRASS-dev] Remaining shell scripts

2009-08-03 Thread Markus Neteler
On Mon, Aug 3, 2009 at 10:25 AM, Moritz Lennert wrote: > On 02/08/09 04:38, Helena Mitasova wrote: >> >> I very much agree with Markus on this - >> >> Helena >> >> On Jul 5, 2009, at 3:16 PM, Markus Neteler wrote: >>> >>> The absence of the too-good-to-lose d.mon/d.rast/d.vect/d.zoom/d.what.* >>> k

Re: [GRASS-dev] Remaining shell scripts

2009-08-03 Thread Moritz Lennert
On 02/08/09 04:38, Helena Mitasova wrote: I very much agree with Markus on this - Helena On Jul 5, 2009, at 3:16 PM, Markus Neteler wrote: The absence of the too-good-to-lose d.mon/d.rast/d.vect/d.zoom/d.what.* keeps me away from using daily GRASS 7 :) cmd line control for the wx displays woul

Re: [GRASS-dev] Remaining shell scripts

2009-08-01 Thread Helena Mitasova
I very much agree with Markus on this - Helena On Jul 5, 2009, at 3:16 PM, Markus Neteler wrote: On Fri, Jun 19, 2009 at 11:35 AM, Martin Landa wrote: 2009/6/19 Hamish : gui/wxpython/scripts/p.cmd gui/wxpython/scripts/p.db gui/wxpython/scripts/p.mon gui/wxpython/scripts/p.ra

Re: [GRASS-dev] Remaining shell scripts

2009-07-05 Thread Markus Neteler
On Fri, Jun 19, 2009 at 11:35 AM, Martin Landa wrote: > 2009/6/19 Hamish : >>>     gui/wxpython/scripts/p.cmd >>>     gui/wxpython/scripts/p.db >>>     gui/wxpython/scripts/p.mon >>>     gui/wxpython/scripts/p.rast >>>     gui/wxpython/scripts/p.vect >> >> IIUC the idea there was to simulate d.* co

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Hamish
>scripts/d.out.gpsdrive/d.out.gpsdrive Hamish: > > If a method is found, it would be nice to recreate a d.out.file too, > > as that is very useful. Glynn: > d.out.file is meaningless in 7.0, as there is no "current monitor" to > get a list of displayed commands from. > But this looks more

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Martin Landa
Hi, 2009/6/19 Moritz Lennert : > +1 I know I promised this long ago, and just haven't been able to deliver. > Sorry. > > I do have some half-ready stuff on my machine. AFAIR main.c is more or less > done and I just need to finish the actual plotting routines. But I will > definitely not get to thi

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Moritz Lennert
On 19/06/09 17:59, Martin Landa wrote: Hi, 2009/6/19 Michael Barton : scripts/d.vect.thematic/d.vect.thematic Needs to be rewritten into Python (at least for points/lines) because the current C module only does areas. Probably better to extent C module rather then porting to Python.

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Glynn Clements
Hamish wrote: > > scripts/d.out.gpsdrive/d.out.gpsdrive > > this is very much like d.out.file in GRASS 6, but it forces window size > to 1280x1024 and writes georef info to a tile index file for the GpsDrive > software's backdrop tiles (www.gpsdrive.de). Requires the PNG driver etc > so won'

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Martin Landa
Hi, 2009/6/19 Michael Barton : >>       scripts/d.vect.thematic/d.vect.thematic > > Needs to be rewritten into Python (at least for points/lines) because the > current C module only does areas. Probably better to extent C module rather then porting to Python. Martin -- Martin Landa * http://g

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Michael Barton
On Jun 19, 2009, at 6:49 AM, grass-dev-requ...@lists.osgeo.org wrote: scripts/d.vect.thematic/d.vect.thematic Needs to be rewritten into Python (at least for points/lines) because the current C module only does areas. scripts/r.mapcalculator/r.mapcalculator Already repl

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Colin Nielsen
On Fri, Jun 19, 2009 at 5:19 AM, Hamish wrote: >>     visualization/nviz/scripts/nviz > > unused? (or if used, just a 1-liner) > note nviz from File menu in wxGUI on WinGrass currently fails for > unknown reasons. ("process complete: 0 sec") > nviz works from the command line in wingrass though (a

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread William Kyngesburye
On Jun 19, 2009, at 3:18 AM, Glynn Clements wrote: macosx/app/build_gui_user_menu.sh macosx/app/build_html_user_index.sh run. variation on tools html script to make help index and gui menu for external addons. Probably should be rewritten. macosx/app/grass.sh.in

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Martin Landa
Hi, 2009/6/19 Hamish : >>     gui/wxpython/scripts/p.cmd >>     gui/wxpython/scripts/p.db >>     gui/wxpython/scripts/p.mon >>     gui/wxpython/scripts/p.rast >>     gui/wxpython/scripts/p.vect > > IIUC the idea there was to simulate d.* command line tools from the Cmd> > GUI command prompt ??? y

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Hamish
Glynn wrote: > lib/init/grass-xterm-mac > lib/init/html_browser_mac.sh I would say that Mac specific shell wrappers can be exempt from portability concerns. > macosx/app/build_gui_user_menu.sh > macosx/app/build_html_user_index.sh > macosx/app/grass.sh.in > macosx/pkg/re

Re: [GRASS-dev] Remaining shell scripts

2009-06-19 Thread Hamish
Glynn wrote: > The following is a list of remaining shell scripts (or files which > "file" thinks are shell scripts), not including those which are > clearly only used for building or testing: > > gui/scripts/d.path.sh wrapper script for d.path so that source vector network map (eg roads) is

[GRASS-dev] Remaining shell scripts

2009-06-19 Thread Glynn Clements
The following is a list of remaining shell scripts (or files which "file" thinks are shell scripts), not including those which are clearly only used for building or testing: gui/scripts/d.path.sh gui/wxpython/scripts/p.cmd gui/wxpython/scripts/p.db gui/wxpython/scr