[GRASS-user] Importing data in .atx/.gdb format
Rich Shepard
rshepard at appl-ecosys.com
Wed Sep 14 14:09:28 PDT 2016
On Wed, 14 Sep 2016, Rich Shepard wrote:
> $ ogrinfo -al .
> FAILURE:
> Unable to open datasource .' with the following drivers.
OK. It doesn't like the period. The real output requires the fully
qualified path name. Here's the real output:
Layer name: OR_Trans_for_Public_Distribution_8_2014
Geometry: Multi Line String
Feature Count: 734092
Extent: (222969.013780, 88605.329396) - (2302604.888780, 1652481.930118)
Layer SRS WKT:
PROJCS["NAD83 / Oregon Lambert (ft)",
GEOGCS["NAD83",
DATUM["North_American_Datum_1983",
SPHEROID["GRS 1980",6378137,298.257222101,
AUTHORITY["EPSG","7019"]],
TOWGS84[0,0,0,0,0,0,0],
AUTHORITY["EPSG","6269"]],
PRIMEM["Greenwich",0,
AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,
AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4269"]],
PROJECTION["Lambert_Conformal_Conic_2SP"],
PARAMETER["standard_parallel_1",43],
PARAMETER["standard_parallel_2",45.5],
PARAMETER["latitude_of_origin",41.75],
PARAMETER["central_meridian",-120.5],
PARAMETER["false_easting",1312335.958],
PARAMETER["false_northing",0],
UNIT["foot",0.3048,
AUTHORITY["EPSG","9002"]],
AXIS["X",EAST],
AXIS["Y",NORTH],
AUTHORITY["EPSG","2992"]]
So, I'll create the location with that EPSG number.
Thanks,
Rich
More information about the grass-user
mailing list