[GRASSLIST:307] represent objects in GRASS

Hei,

I’m very new to GRASS GIS and I’ve to make an application that uses it.
I have some questions :

  • how do I represent objects in a map, eg, a car or a plane on a map ?
  • can I associate tabular data with a map in a GRASS DATABASE ? HOW ?
  • Where does PostGIS enter in GRASS GIS databases?

Help would be so appreciated… ^-^

Thanks.

Hallo,

On Wed, Mar 22, 2006 at 11:18:47AM +0000, Ana Soares wrote:

Hei,

I'm very new to GRASS GIS and I've to make an application that uses it.
I have some questions :

- how do I represent objects in a map, eg, a car or a plane on a map ?

In GIS we have raster or vector representation of object. Each of them
has advantages and disadvantages.

- can I associate tabular data with a map in a GRASS DATABASE ? HOW ?

Yes. see v.in.db, v.in.ascii, v.in.ogr for details

- Where does PostGIS enter in GRASS GIS databases?

You do not need to work with PostGIS if do not want to. But you can
access at the data stored in PostGIS using v.external

Help would be so appreciated... ^-^

Thanks.

You can learn a lot from GRASS GIS 6.0 Tutorial. Version 1.2 (see
http://gdf-hannover.de/media.php?id=0&lg=en)

Jachym
--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://les-ejk.cz/gnupg_public_key/
-----------------------------------------
OFFICE:
Department of Geoinformation Technologies
LDF MZLU v Brnì
Zemìdìlská 3
613 00 Brno
e-mail: xcepicky@node.mendelu.cz
URL: http://mapserver.mendelu.cz
Tel.: +420 545 134 514

- how do I represent objects in a map, eg, a car or a plane on a map ?

symbols aka icons, e.g.

d.vect type=point icon=extra/airport

Hamish