[GRASS-user] Importing FileGDB with FIPS code [RESOLVED]

Markus Metz markus.metz.giswork at gmail.com
Sat Nov 4 08:37:07 PDT 2017


On Sat, Nov 4, 2017 at 2:55 PM, Rich Shepard <rshepard at appl-ecosys.com>
wrote:
>
> On Fri, 3 Nov 2017, Helmut Kudrnovsky wrote:
>
>> What does ogrinfo tells about the data?
>
>
> Helmut,
>
> Had to open data source read-only.
> INFO: Open of `WQ_StandardsNHD_External.gdb/'
>       using driver `OpenFileGDB' successful.
> Layer name: WQStandards_BeneficialUseDesignations
> Geometry: Multi Line String
> Feature Count: 764329
> Extent: (607675.393548, 81930.638752) - (2554273.406512, 1355726.104279)
> Layer SRS WKT:
> PROJCS["NAD_1983_HARN_StatePlane_Washington_South_FIPS_4602_Feet",
>     GEOGCS["GCS_North_American_1983_HARN",
>         DATUM["NAD83_High_Accuracy_Reference_Network",
>             SPHEROID["GRS_1980",6378137.0,298.257222101]],
>         PRIMEM["Greenwich",0.0],
>         UNIT["Degree",0.0174532925199433]],
>     PROJECTION["Lambert_Conformal_Conic_2SP"],
>     PARAMETER["False_Easting",1640416.666666667],
>     PARAMETER["False_Northing",0.0],
>     PARAMETER["Central_Meridian",-120.5],
>     PARAMETER["Standard_Parallel_1",45.83333333333334],
>     PARAMETER["Standard_Parallel_2",47.33333333333334],
>     PARAMETER["Latitude_Of_Origin",45.33333333333334],
>     UNIT["Foot_US",0.3048006096012192]]
>
>   Question: ogrinfo calls the driver OpenFileGDB while the GUI driver list
> changed that to ESRI FileGDB. Why?

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
http://gdal.org/ogr_formats.html

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.

Markus M
>
>> As Markus M. already mentioned in another thread, you can create a
location
>> based upon the SRS information of your data by v.in.ogr.
>
>
>   And this is what I tried, using the GUI. I don't find yesterday's GUI
> attempt in the .bash_history file and I don't remmber the error message.
>
>   Using the CLI, v.in.ogr works when I provide a location.
>
>   For years I used only the CLI; Markus N. a few years ago suggested I
use the GUI
> and I have been using that. While I can return to using only the CLI, that
> will not help development of 7.3; instead, when the GUI fails (as it did
> with this FileGDB I'll immediately use the command line. When the latter
is
> successful I'll report the difference as a needed examination of the GUI.
>
> Regards,
>
> Rich
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20171104/ec666e47/attachment-0001.html>


More information about the grass-user mailing list