Has anyone generated a table matching ArcInfo commands to their
equivalent GRASS commands or better yet, comparing steps taken for a
particular task in ArcInfo with those taken in GRASS?
For example:
Steps taken in digitizing
----------------------------------------------------------
Arcinfo | GRASS
----------------------------------------------------------
arc: ae | d.vect cov1
Arcedit: editc cov1 | v.digit map=cov1
Arcedit: editf arc | .
Arcedit: add | .
. | .
. etc
.
etc