[GRASS-user] grass 6.3cvs stability

Hamish hamish_nospam at yahoo.com
Thu Dec 7 01:10:19 EST 2006


Precila Salcedo wrote:
> thanks a lot, i tried doing several things but failed
..
> here's what i did:
> 
> v.in.ogr -l dsn=C:/ESRI/ESRIDATA/WORLD/CITIES.SHP output=cities.grc min_area=0.0001 snap=-1
> Data source contains 1 layers:
> CITIES

Hi Precila,

from the help page:

Flags:
  -l   List available layers in data source and exit

so when you used the list flag it exited before importing anything.


try this:

v.in.ogr dsn=C:/ESRI/ESRIDATA/WORLD/CITIES.SHP output=cities.grc

   which is the same as this:

v.in.ogr dsn=C:/ESRI/ESRIDATA/WORLD/ layer=CITIES output=cities.grc



Hamish




More information about the grass-user mailing list