[GRASS5] QGIS

This is very slick. Does this mean that you can run QGIS from within a GRASS session (GRASS 5.7 I assume??) as a display GUI?

Also, do you know if this will run under Mac OSX or Cygwin? Or only under Linux?

Michael Barton

On Tuesday, March 30, 2004, at 03:01 AM, grass5-request@grass.itc.it wrote:

From: Radim Blazek <blazek@itc.it>
Date: Mon Mar 29, 2004 8:57:14 AM America/Phoenix
To: grass5@grass.itc.it
Subject: [GRASS5] QGIS - GRASS data provider

GRASS vector data provider was uploaded to QGIS CVS.
GRASS++ library was merged to the provider and isn't required any more.

Install:
cvs update -dP
autogen.sh
./configure --with-grass=/path/to/gisbase

If QGIS is not run inside GRASS session, set GISBASE before
and add your path to GRASS libs to LD_LIBRARY_PATH.

Look at screenshots: http://qgis.sourceforge.net/screenshots.html
and user guide: http://qgis.sourceforge.net/docs/userguide.html
to see some of those nice new QGIS features.

Thanks to all QGIS developers.

Radim

______________________________
Michael Barton, Professor & Curator
Department of Anthropology
Arizona State University
Tempe, AZ 85287-2402
USA

voice: 480-965-6262; fax: 480-965-7671

On Tuesday 30 March 2004 17:45, Michael Barton wrote:

This is very slick. Does this mean that you can run QGIS from within a
GRASS session (GRASS 5.7 I assume??) as a display GUI?

QGIS may be run either within or outside GRASS session.
It is more comfortable within GRASS session, because when you want to
add a new layer, the dialog items are already set to your current
gisdbase/location/mapset so you select just the map, or mapset/map.
( http://mpa.itc.it/radim/qgis/add_vector_dialog1.png )

Data providers are currently available only for vectors,
raster support is based on GDAL (+libgrass).
I would prefer direct access also for rasters in future.

Also, do you know if this will run under Mac OSX or Cygwin? Or only
under Linux?

Mac OSX was discussed recently:
http://mrcc.com/qgis/logs/qgis-2004-03-29

It should work on Cygwin, however nobody tried AFAIK.
( http://kde-cygwin.sourceforge.net/qt3/ )

Radim