[GRASSLIST:9880] RE: Announcing test version of GIS Manger 2

  _____

I've completed a major rewrite of the GRASS 6+ GIS Manager in TclTk. This is
the beginning phase of the development of a new and more up-to-date user
interface for GRASS, and comes out of a couple months of discussions on
interface design for GRASS and GIS.

I committed it to the CVS (It is currently in grass6/display/gis.m, but its
location and/or designation in the source tree may change. See subsequent
post to the developers list) and posted it to my website at
<http://www.public.asu.edu/~cmbarton/files/grass_gismgr/gism20060117.tgz&gt;
<http://www.public.asu.edu/~cmbarton/files/grass_gismgr/gism20060117.tgz&gt;

===================================

That sounds great Michael!

A couple of quick questions - can gism2 be run within 6.0.1 (even with some
broken functionality like d.out.file) and if so how? I downloaded the tgz
package from your site, pasted into /usr/lib/grass/etc/dm, restarted Grass,
but nothing new happened. The old dm loads after location/mapset selection.

~ Eric.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Eric Patton

Technologist, Geo-Spatial Data Services
Geological Survey of Canada (Atlantic)
Natural Resources Canada
Bedford Institute of Oceanography
Dartmouth, Nova Scotia, Canada B2Y 4A2

Postal address: P.O. Box 1006
Courier address: 1 Challenger Drive

Telephone: (902)426-7732
Facsimile: (902)426-4104
E-mail: <mailto:epatton@NRCan.gc.ca> epatton@NRCan.gc.ca

I don’t know if gism2 can run in 6.0.2, but it probably can. Check out the README file. You need to launch it manually at present by typing gis.m& at the command prompt (assuming you put the gis.m script into $GISBASE/scripts). Or you can modify init.sh to run it automatically.

Note that I did a bug fix and minor update in the past hour. I’ve reposted to my web site and CVS.

Michael


Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton


From: “Patton, Eric” epatton@nrcan.gc.ca
Date: Tue, 17 Jan 2006 13:44:00 -0400
To: ‘Michael Barton’ michael.barton@asu.edu
Cc: “‘GRASSLIST@baylor.edu’” GRASSLIST@baylor.edu
Subject: RE: [GRASSLIST:9878] Announcing test version of GIS Manger 2


I’ve completed a major rewrite of the GRASS 6+ GIS Manager in TclTk. This is the beginning phase of the development of a new and more up-to-date user interface for GRASS, and comes out of a couple months of discussions on interface design for GRASS and GIS.

I committed it to the CVS (It is currently in grass6/display/gis.m, but its location and/or designation in the source tree may change. See subsequent post to the developers list) and posted it to my website at http://www.public.asu.edu/~cmbarton/files/grass_gismgr/gism20060117.tgz

===================================

That sounds great Michael!

A couple of quick questions - can gism2 be run within 6.0.1 (even with some broken functionality like d.out.file) and if so how? I downloaded the tgz package from your site, pasted into /usr/lib/grass/etc/dm, restarted Grass, but nothing new happened. The old dm loads after location/mapset selection.

~ Eric.


**Eric Patton**

*Technologist, Geo-Spatial Data Services*
*Geological Survey of Canada (Atlantic)*
*Natural Resources Canada*
*Bedford Institute of Oceanography*
*Dartmouth, Nova Scotia, Canada B2Y 4A2*

*Postal address: P.O. Box 1006*
*Courier address: 1 Challenger Drive*

*Telephone: (902)426-7732*
*Facsimile: (902)426-4104*
*E-mail:* *epatton@NRCan.gc.ca* [<mailto:epatton@NRCan.gc.ca>](mailto:epatton@NRCan.gc.ca)

I can be a dolt at this stuff, but I just did:

cvs login
cvs -z3 update -d -P
./configure
make

and received the following errors from make:

----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
g.pnmcomp
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Tue Jan 17 10:12:34 PST 2006
--
Errors in:
/home/david/grass_source/grass6/display/gis.m
--
Finished compilation: Tue Jan 17 10:14:50 PST 2006
(In case of errors please change into the directory with error and run 'make')

So, I cd'd over there and ran make. I got this:

david@elger:~/grass_source/grass6/display/gis.m$ make
../../include/Make/Html.make:32: warning: overriding commands for
target `htmlgen'
../../include/Make/Html.make:32: warning: ignoring old commands for
target `htmlgen'
../../include/Make/Html.make:96: warning: overriding commands for
target `htmlcmd1'
../../include/Make/Html.make:96: warning: ignoring old commands for
target `htmlcmd1'
../../include/Make/Html.make:102: warning: overriding commands for
target `htmlscript1'
../../include/Make/Html.make:102: warning: ignoring old commands for
target `htmlscript1'
../../include/Make/Html.make:112: warning: overriding commands for
target `htmletc1'
../../include/Make/Html.make:112: warning: ignoring old commands for
target `htmletc1'
../../include/Make/Html.make:118: warning: overriding commands for
target `htmldir1'
../../include/Make/Html.make:118: warning: ignoring old commands for
target `htmldir1'
../../include/Make/Html.make:123: warning: overriding commands for
target `htmlmulti'
../../include/Make/Html.make:123: warning: ignoring old commands for
target `htmlmulti'
/usr/bin/install -c -m 755 gis.m
/home/david/grass_source/grass6/dist.i686-pc-linux-gnu/scripts
/usr/bin/install: cannot stat `gis.m': No such file or directory
make: *** [default] Error 1
david@elger:~/grass_source/grass6/display/gis.m$

There is no gis.m!?

David

On 1/17/06, Michael Barton <michael.barton@asu.edu> wrote:

I don't know if gism2 can run in 6.0.2, but it probably can. Check out the
README file. You need to launch it manually at present by typing gis.m& at
the command prompt (assuming you put the gis.m script into
$GISBASE/scripts). Or you can modify init.sh to run it automatically.

Note that I did a bug fix and minor update in the past hour. I've reposted
to my web site and CVS.

Michael
______________________________
Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

________________________________
From: "Patton, Eric" <epatton@nrcan.gc.ca>
Date: Tue, 17 Jan 2006 13:44:00 -0400
To: 'Michael Barton' <michael.barton@asu.edu>
Cc: "'GRASSLIST@baylor.edu'" <GRASSLIST@baylor.edu>
Subject: RE: [GRASSLIST:9878] Announcing test version of GIS Manger 2

________________________________
I've completed a major rewrite of the GRASS 6+ GIS Manager in TclTk. This is
the beginning phase of the development of a new and more up-to-date user
interface for GRASS, and comes out of a couple months of discussions on
interface design for GRASS and GIS.

I committed it to the CVS (It is currently in grass6/display/gis.m, but its
location and/or designation in the source tree may change. See subsequent
post to the developers list) and posted it to my website at
<http://www.public.asu.edu/~cmbarton/files/grass_gismgr/gism20060117.tgz&gt;

===================================

That sounds great Michael!

A couple of quick questions - can gism2 be run within 6.0.1 (even with some
broken functionality like d.out.file) and if so how? I downloaded the tgz
package from your site, pasted into /usr/lib/grass/etc/dm, restarted Grass,
but nothing new happened. The old dm loads after location/mapset selection.

~ Eric.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Eric Patton

Technologist, Geo-Spatial Data Services
Geological Survey of Canada (Atlantic)
Natural Resources Canada
Bedford Institute of Oceanography
Dartmouth, Nova Scotia, Canada B2Y 4A2

Postal address: P.O. Box 1006
Courier address: 1 Challenger Drive

Telephone: (902)426-7732
Facsimile: (902)426-4104
E-mail: epatton@NRCan.gc.ca <mailto:epatton@NRCan.gc.ca>

--
David Finlayson
Marine Geology & Geophysics
School of Oceanography
Box 357940
University of Washington
Seattle, WA 98195-7940
USA

Office: Marine Sciences Building, Room 112
Phone: (206) 616-9407
Web: http://students.washington.edu/dfinlays

David,

You're not the dolt. I am.

Somehow I managed to miss getting the startup script into the source tree
when I put the whole thing into the CVS.

I just fixed this. Sorry.

You can just download gis.m and drop it into your $GISBASE/scripts directory
if you want.

Michael

______________________________
Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: David Finlayson <david.p.finlayson@gmail.com>
Date: Tue, 17 Jan 2006 10:38:57 -0800
To: Michael Barton <michael.barton@asu.edu>
Cc: <GRASSLIST@baylor.edu>
Subject: Re: [GRASSLIST:9881] Re: Announcing test version of GIS Manger 2

I can be a dolt at this stuff, but I just did:

cvs login
cvs -z3 update -d -P
./configure
make

and received the following errors from make:

----------------------------------------------------------------------
Following modules are missing the 'description.html' file in src code:
g.pnmcomp
----------------------------------------------------------------------
GRASS GIS compilation log
-------------------------
Started compilation: Tue Jan 17 10:12:34 PST 2006
--
Errors in:
/home/david/grass_source/grass6/display/gis.m
--
Finished compilation: Tue Jan 17 10:14:50 PST 2006
(In case of errors please change into the directory with error and run 'make')

So, I cd'd over there and ran make. I got this:

david@elger:~/grass_source/grass6/display/gis.m$ make
../../include/Make/Html.make:32: warning: overriding commands for
target `htmlgen'
../../include/Make/Html.make:32: warning: ignoring old commands for
target `htmlgen'
../../include/Make/Html.make:96: warning: overriding commands for
target `htmlcmd1'
../../include/Make/Html.make:96: warning: ignoring old commands for
target `htmlcmd1'
../../include/Make/Html.make:102: warning: overriding commands for
target `htmlscript1'
../../include/Make/Html.make:102: warning: ignoring old commands for
target `htmlscript1'
../../include/Make/Html.make:112: warning: overriding commands for
target `htmletc1'
../../include/Make/Html.make:112: warning: ignoring old commands for
target `htmletc1'
../../include/Make/Html.make:118: warning: overriding commands for
target `htmldir1'
../../include/Make/Html.make:118: warning: ignoring old commands for
target `htmldir1'
../../include/Make/Html.make:123: warning: overriding commands for
target `htmlmulti'
../../include/Make/Html.make:123: warning: ignoring old commands for
target `htmlmulti'
/usr/bin/install -c -m 755 gis.m
/home/david/grass_source/grass6/dist.i686-pc-linux-gnu/scripts
/usr/bin/install: cannot stat `gis.m': No such file or directory
make: *** [default] Error 1
david@elger:~/grass_source/grass6/display/gis.m$

There is no gis.m!?

David

On 1/17/06, Michael Barton <michael.barton@asu.edu> wrote:

I don't know if gism2 can run in 6.0.2, but it probably can. Check out the
README file. You need to launch it manually at present by typing gis.m& at
the command prompt (assuming you put the gis.m script into
$GISBASE/scripts). Or you can modify init.sh to run it automatically.

Note that I did a bug fix and minor update in the past hour. I've reposted
to my web site and CVS.

Michael
______________________________
Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

________________________________
From: "Patton, Eric" <epatton@nrcan.gc.ca>
Date: Tue, 17 Jan 2006 13:44:00 -0400
To: 'Michael Barton' <michael.barton@asu.edu>
Cc: "'GRASSLIST@baylor.edu'" <GRASSLIST@baylor.edu>
Subject: RE: [GRASSLIST:9878] Announcing test version of GIS Manger 2

________________________________
I've completed a major rewrite of the GRASS 6+ GIS Manager in TclTk. This is
the beginning phase of the development of a new and more up-to-date user
interface for GRASS, and comes out of a couple months of discussions on
interface design for GRASS and GIS.

I committed it to the CVS (It is currently in grass6/display/gis.m, but its
location and/or designation in the source tree may change. See subsequent
post to the developers list) and posted it to my website at
<http://www.public.asu.edu/~cmbarton/files/grass_gismgr/gism20060117.tgz&gt;

===================================

That sounds great Michael!

A couple of quick questions - can gism2 be run within 6.0.1 (even with some
broken functionality like d.out.file) and if so how? I downloaded the tgz
package from your site, pasted into /usr/lib/grass/etc/dm, restarted Grass,
but nothing new happened. The old dm loads after location/mapset selection.

~ Eric.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Eric Patton

Technologist, Geo-Spatial Data Services
Geological Survey of Canada (Atlantic)
Natural Resources Canada
Bedford Institute of Oceanography
Dartmouth, Nova Scotia, Canada B2Y 4A2

Postal address: P.O. Box 1006
Courier address: 1 Challenger Drive

Telephone: (902)426-7732
Facsimile: (902)426-4104
E-mail: epatton@NRCan.gc.ca <mailto:epatton@NRCan.gc.ca>

--
David Finlayson
Marine Geology & Geophysics
School of Oceanography
Box 357940
University of Washington
Seattle, WA 98195-7940
USA

Office: Marine Sciences Building, Room 112
Phone: (206) 616-9407
Web: http://students.washington.edu/dfinlays