I am migrating from Mapinfo stuff to OpenSource. I have succesfully migrated all my data to PostgreSQL/PostGIS and I can serv it with Mapserver (UMN), now I need to join Grass with PostgreSQL/PostGIS.
On Friday 15 November 2002 03:47 pm, Juanse wrote:
Hi everyone
I am a new comer onto Grass.
I am migrating from Mapinfo stuff to OpenSource. I have succesfully
migrated all my data to PostgreSQL/PostGIS and I can serv it with Mapserver
(UMN), now I need to join Grass with PostgreSQL/PostGIS.
I wonder if there is a place to download this driver or they come already
installed on GRASS 5.1?
Your help will be cordially wellcome
TIA
Juanse
Temuko-Chile
PostGrass is in GRASS 5.1 sources and it should be compiled in downloadable
binary, BUT!!!:
1) Grass 51 is experimental version, not yet ready for users.
2) PostGrass is not fully compatible with PostGIS (Simple feature
specification) because Grass uses topological model for areas and
SFS does not. That means that it is possible to use lines and points
from one database in Grass and Mapserver, but not areas. PostGrass
is intended for multi user enviroments where more users must edit large
maps simultaneously.
3) For read only access to PostGIS, "fully" compatible (pseudotopology) with
SFS, OGR support (includes PostGIS) is planned, which will handle areas
also. This should not be difficult, shapefiles in Grass51 work in such
way, C interface in OGR was added and in fact one student already works
on that (I hope).
4) Note: it is not driver, PostGrass is optionaly compiled into vector
library and modules.
Testers are VERY welcome of course, but you must be patient and have enough
courage.
Where can i get more información on the Grass Data Model used for areas, or
the Grass data model in topological terms?
Is the Grass Data Model compliant with OGC standards, or will the OGC data
model standards evolv to Grass Data Model?
Thanks
Juanse
temuko-Chile
> I know that Geos (Topological PostGis) is almost finish, and after your
> reply the same applies to Grass.
Note that I used word "topological" in quite different sense than it is
used
in Geos. In Geos it means topological operation between simple features
and in Grass I was talking about data model used for areas (boundaries +
centroids, not closed polygons).
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.417 / Virus Database: 233 - Release Date: 09/11/02
Also, it would be nice to be able to edit more than one map, or layer, at a
time. For example, if I move a parcel line, that line may also define a
municipal boundary stored in a different map (or layer). If I update parcel
line, I would like to also have the municipal boundary update.
Rich
If one line represents more features, it should be realy only one line in
GIS, unfortunately we cannot mix more area layers in one map. If your
municipal boundary would be road (as line) or river centerline, it could be
represented by one line in one vector. I know that it is not solution for the
problem you are talking about.