Hi, 2008/6/19 Barbosa, A. Marcia <[EMAIL PROTECTED]>: > I tried this one: > v.in.ogr 'dsn=C:\QGIS\species_shapefiles' > but it didn't work, it said something like "required output parameter > missing"...
v.in.ogr 'dsn=C:\QGIS\species_shapefiles' out=map creates GRASS vector map with more layers (i.e. fields) (each layer corresponds to one shapefile), e.g. $ v.in.ogr dsn=~/smetiste/shp -l Data source contains 2 layers: roads, soils $ v.in.ogr dsn=~/smetiste/shp out=map $ v.category map opt=report Layer/table: 1/map_1 type count min max point 0 0 0 line 825 1 825 boundary 0 0 0 centroid 0 0 0 area 0 0 0 all 825 1 825 Layer/table: 2/map_2 type count min max point 0 0 0 line 2139 1 2139 boundary 0 0 0 centroid 0 0 0 area 0 0 0 all 2139 1 2139 Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa * _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
