Tips for Arc users

From GRASS-Wiki
Revision as of 17:07, 15 June 2006 by ⚠️EricPatton (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Working with your ArcGIS data

Importing ArcGIS Data


Grass provides convertors for importing ESRI shapefiles, e00 files, and many other GIS formats as well. The key Grass programs for importing vector formats are v.in.ogr (for ESRI shapefiles, MapInfo files, SDTS, TIGER, etc.) and v.in.e00 for e00 format.

Example 1: Import of Shapefiles

v.in.ogr dsn=/home/data/navigation_files output=Tracklines layer=Ship_Tracklines