[GRASSLIST:1421] PostGis & GRASS

Dear users,
I'm starting develooping one application in wich i
would like to use:

- PostGis as a database to retrive real-time
climatic data
- R as statistical software for validate and
complete missing data
- Grass as model environmenteal to elaborate data
- Mapserver as web viewer

In order to combine such environments I wuold have
some question:

- Is it possible linke R with PostGIS in the same
way I link R with PostgreSQL?
- I'd like to use a stable version of GRASS but
GRASS 5.1 is very attractive, so how much instable
it is?

Also, if anyone has try to make something like
this or has some suggestions it would be very
appreciated.....

Thanks you all

--
-------------
note: change my e-mail reference to
massimiliano.cannata@supsi.ch
      because the old one will be deleted soon.
-------------
Ing. Massimiliano Cannata
Istituto di Scienze della Terra - SUPSI
C.P. 72 - CH-6952 Canobbio (Ticino, Switzerland)
Tel +41 91 /935 12 25 - Fax +41 91 /935 12 09
eMail: massimiliano.cannata@supsi.ch
Internet: http://www.ist.supsi.ch

On Tue, Oct 07, 2003 at 11:17:20AM +0200, Massimiliano Cannata wrote:

Dear users,
I'm starting develooping one application in wich i
would like to use:

- PostGis as a database to retrive real-time
climatic data

Do you mean PostGIS (for vector geometry) or PostgreSQL (for
data sets)?

- R as statistical software for validate and
complete missing data
- Grass as model environmenteal to elaborate data
- Mapserver as web viewer

In order to combine such environments I wuold have
some question:

- Is it possible linke R with PostGIS in the same
way I link R with PostgreSQL?

You can link R to PostgreSQL:
http://grass.itc.it/statsgrass/learning_r1.html#Connecting_R_to_RDBMS

You can link R to GDAL:
http://spatial.nhh.no/R/gdal/

- I'd like to use a stable version of GRASS but
GRASS 5.1 is very attractive, so how much instable
it is?

Good question :slight_smile: We use it already but things can change
without being advertised.

Also, if anyone has try to make something like
this or has some suggestions it would be very
appreciated.....

Thanks you all

Cheers

Markus