Le jeudi 15 septembre 2016 20:22:01, Rich Shepard a écrit : > On Thu, 15 Sep 2016, Even Rouault wrote: > > What do you exactly mean by "fail" ? Does it report something like > > > > FAILURE: > > Unable to open datasource `foo.gdb' with the following drivers. > > > > -> PCIDSK > > -> netCDF > > -> JP2KAK > > Even, > > Yep. ogrinfo reported it could not open the data source with any driver. > And the GUI displayed no file name when I tried importing it with v.in.ogr. > > > (Side note: metadata.xml is not something required in a file geodatabase, > > so this is completely ignored by the driver. Must be something specific > > to your data provider. The projection info used by the driver is stored > > in one of the "system" .gdb tables) > > I recognize this but wanted to see if there was a different EPSG code in > the metadata. > > > Do you get error messages ? Otherwise adding "--debug on" (double dash > > before debug) to the ogrinfo command line might give extra messages. > > Otherwise you could share the dataset or a link to it, and could have a > > look. > > First try: > > $ ogrinfo --debug on -al -so . > OGR: OGROpen(.) failed. > OGR: OGROpen(.) failed. > FAILURE: > Unable to open datasource .' with the following drivers. > -> ESRI Shapefile > -> MapInfo File
Hum, '.' will only work if you work with GDAL compiled from today sources. You need to specify a directory name ending with .gdb > etc. > > Second try: > > $ ogrinfo --debug on -al -so ~/data/grassdata/ODOT2014/hwynet_2015/ Same here: it doesn't end with .gdb > OGR: OGROpen(/home/rshepard/data/grassdata/ODOT2014/hwynet_2015/) failed. > OGR: OGROpen(/home/rshepard/data/grassdata/ODOT2014/hwynet_2015/) failed. > FAILURE: > Unable to open datasource > /home/rshepard/data/grassdata/ODOT2014/hwynet_2015/' with the following > drivers. > -> ESRI Shapefile > -> MapInfo File > etc. > > Will make a .tar.xz file of the source (that's about the smallest > result) and send it off the list. Try first with a directory ending with .gdb > > Thanks, > > Rich > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
