Crop a shapefile during import: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(new)
(No difference)

Revision as of 21:00, 27 September 2011

Q: Is it possible to crop a SHAPE file while importing it into GRASS (so, subregion import only)?

A: Yes, easily:

First set the computational region of interest, with

  g.region -p e=<east bound> w=<west bound> n=<north> s=<south>

then simply limit the SHAPE file import to the current region:

  v.in.ogr -r vectmap.shp out=vectmap