Software: windows native Grass 63 and spearfish 60 data
Problem: facing problem in “v.in.ogr” command.
Description:
Successfully started GRASS GIS and spearfish data loaded.
First opened File → Import → Vector map → Multiple formats using OGR.
v.in.ogr window appears
First Parameter needed is “path to the shape file (OGR data source
name)”
Suppose my shape file data is in location “C:\world_factbk”
So I have given the path C:\world_factbk in OGR Datasource name box.
name of the vector map to be created (Name of output vector map): worlds
name of the file shp to be imported (OGR layer name), without
extension:
world_factbk
Override projection is check box is clicked.
RUN is clicked
Output in GIS.m window:
ERROR: Unable to open data source <C:/world_factbk/world_factbk>
Hello,
at first - when reporting a problem, please include full command with
all of it's parameters. Use copy/paste to transfer also all typos You
may have.
Second - double check that there is a file named
C:/world_factbk/world_factbk and You can read it. I suppose You have
read manual where shapefile import example is given. And if You use
projection override option, are Your data in same projection as
current location?