[GRASS-user] New User Question

Hello,
I’ve just begun using Arc Map in conjunction with a piece of law enforcement software that my company uses. I’m looking to find out some information on the compatibility of ESRI shape and database files with GRASS… Can anyone help??

Tim

Tim,

You can import shapefiles into GRASS vector format using the v.in.ogr command.

http://grass.itc.it/grass63/manuals/html63_user/v.in.ogr.html

- matt

On 10/2/07, tim@oval6.com <tim@oval6.com> wrote:

Hello,
     I've just begun using Arc Map in conjunction with a piece of law
enforcement software that my company uses. I'm looking to find out some
information on the compatibility of ESRI shape and database files with
GRASS... Can anyone help??

Tim

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

--
Matthew T. Perry
http://www.perrygeo.net

"Never ascribe to malice, that which can be adequately explained by
incompetence."

Tim wrote:
> I've just begun using Arc Map in conjunction with a piece of law
> enforcement software that my company uses. I'm looking to find out
> some information on the compatibility of ESRI shape and database
> files with GRASS... Can anyone help??

Matthew Perry wrote:

You can import shapefiles into GRASS vector format using the v.in.ogr
command.

(For completeness)

You can also access shapefiles (and other OGR formats) without actually
importing them using v.external. Importing with v.in.ogr is the preferred
method as it topologically checks and cleans your data.

Hamish