<div dir="ltr"><div><div><br><br>On Sat, Nov 4, 2017 at 2:55 PM, Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br>><br>> On Fri, 3 Nov 2017, Helmut Kudrnovsky wrote:<br>><br>>> What does ogrinfo tells about the data?<br>><br>><br>> Helmut,<br>><br>> Had to open data source read-only.<br>> INFO: Open of `WQ_StandardsNHD_External.gdb/'<br>>       using driver `OpenFileGDB' successful.<br>> Layer name: WQStandards_BeneficialUseDesignations<br>> Geometry: Multi Line String<br>> Feature Count: 764329<br>> Extent: (607675.393548, 81930.638752) - (2554273.406512, 1355726.104279)<br>> Layer SRS WKT:<br>> PROJCS["NAD_1983_HARN_StatePlane_Washington_South_FIPS_4602_Feet",<br>>     GEOGCS["GCS_North_American_1983_HARN",<br>>         DATUM["NAD83_High_Accuracy_Reference_Network",<br>>             SPHEROID["GRS_1980",6378137.0,298.257222101]],<br>>         PRIMEM["Greenwich",0.0],<br>>         UNIT["Degree",0.0174532925199433]],<br>>     PROJECTION["Lambert_Conformal_Conic_2SP"],<br>>     PARAMETER["False_Easting",1640416.666666667],<br>>     PARAMETER["False_Northing",0.0],<br>>     PARAMETER["Central_Meridian",-120.5],<br>>     PARAMETER["Standard_Parallel_1",45.83333333333334],<br>>     PARAMETER["Standard_Parallel_2",47.33333333333334],<br>>     PARAMETER["Latitude_Of_Origin",45.33333333333334],<br>>     UNIT["Foot_US",0.3048006096012192]]<br>><br>>   Question: ogrinfo calls the driver OpenFileGDB while the GUI driver list<br>> changed that to ESRI FileGDB. Why?<br><br></div>GDAL/OGR drivers have a short name and a long name. For OpenFileGDB, the long name is ESRI FileGDB, the short name or code is OpenFileGDB. See<br><a href="http://gdal.org/ogr_formats.html">http://gdal.org/ogr_formats.html</a><br><br></div>The short names are sometimes a bit cryptic, the long names more informative, e.g. PGeo as code for ESRI Personal GeoDatabase or GPKG as code for GeoPackage.<br><div><div><br></div><div>Markus M<br></div><div>><br>>> As Markus M. already mentioned in another thread, you can create a location<br>>> based upon the SRS information of your data by v.in.ogr.<br>><br>><br>>   And this is what I tried, using the GUI. I don't find yesterday's GUI<br>> attempt in the .bash_history file and I don't remmber the error message.<br>><br>>   Using the CLI, v.in.ogr works when I provide a location.<br>><br>>   For years I used only the CLI; Markus N. a few years ago suggested I use the GUI<br>> and I have been using that. While I can return to using only the CLI, that<br>> will not help development of 7.3; instead, when the GUI fails (as it did<br>> with this FileGDB I'll immediately use the command line. When the latter is<br>> successful I'll report the difference as a needed examination of the GUI.<br>><br>> Regards,<br>><br>> Rich<br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br><br></div></div></div>