Vector FAQ GRASS6: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 58: Line 58:
'''A''': Try http://www.ing.unitn.it/~grass/conferences/GRASS2002/proceedings/proceedings/pdfs/Blazek_Radim.pdf
'''A''': Try http://www.ing.unitn.it/~grass/conferences/GRASS2002/proceedings/proceedings/pdfs/Blazek_Radim.pdf


====CategoryFaq====
 
[[Category:FAQ]]

Revision as of 20:01, 16 June 2006

Q:GRASS 5.7 vector architecture - FAQ: Why on earth topological model!? It introduces in fact many problems. Nontopological GIS is easier to use and all popular commercial GIS desktops like ArcView or Mapinfo use nontopological model. There are no advantages of topological model over nontopological. In addition, OpenGIS specification is not topological, so GRASS may never conform Open GIS once topological model is used.
A: Well...

Q: Oh my God, how can you handle attributes and geometry by two separate libraries? This way can never write reliable implementation and there will be always inconsistencies between geometry and attributes.
A:

Q: Everything is going RDBMS. The only modern and good enough solution is to store all data in relational database. Why do you spend all that time working on grass vector format if you can use PostGIS/Postgres?
A: mmm...Its a matter of choice. GRASS support PostGIS/Postgres. You can choose that. But supporting other format is not bad!

Q: Is save color in vector files?
A: Yes, see d.vect manual page

Q: It is well known that v.support often reports errors and cannot build topology. Is this problem addressed in GRASS 5.7?
A: Yes. v.build is way better

Q: Why do we need support for so many formats and databases? One format + one database is enough.
A: Again its a matter of choice. What's wrong with supporting several formats?

Q: Is it possible to write/edit non native formats like shapefile, coverage or PostGIS?
A: yes

Q: Why are two line types (line and boundary) needed? Everything is easier with just one type, otherwise thousands of of hours must be spent to assign the right type to each line.
A: If you have lines which are part of areas and lines which are not part of area (Example: roads, rivers etc) how can you distinguish them?

Q: Is it possible to generate TIN from raster DEM or 3D points?
A: more or less. Not exciting yet, you are welcome to contribute

Q: Are there volumes or other 3D objects supported?
A: 3D faces yes (e.g. CAD-style 3D buildings etc)

Q: Are there multiobjects like multipoint or multiline supported?
A: Yes I think so

Q: Does any support for overlay/analyses exist in GRASS 5.7?
A: yes - v.overlay

Q: Why do we need more categories attached to one element?
A: why not? Maybe you have different attributes to assign to one vector

Q: Is it supported Microsoft SQL Server / Oracle / Informix?
A: Oracle via OGR

Q: Are there images and other arbitrary documents supported as attributes?
A: no (not yet?)

Q: How can be nontopological formats read by topological GIS without conversion?
A: pseudotopology is built

Q: Are there routes like in ArcInfo supported?
A: yes (see d.path, v.net.*)

Q: Will be possible to read attributes from ArcInfo coverages once OGR formats are supported?
A: yes, use v.in.ogr

Q: Where can I find a description of the new vector format?
A: Try http://www.ing.unitn.it/~grass/conferences/GRASS2002/proceedings/proceedings/pdfs/Blazek_Radim.pdf