<div dir="ltr"><br><br>On Thu, Jul 5, 2018 at 12:44 AM, Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> wrote:<br>><br>>   The ESRI GRID formatted LiDAR raw data file can be imported using<br>> r.in.gdal using the appropriately defined location. Running 'gdalinfo<br>> <filename> | less' on the prj.adf file reports:<br>><br>> Coordinate System is:<br>> PROJCS["unnamed",<br>>     GEOGCS["Unknown datum based upon the GRS 1980 ellipsoid",<br>>         DATUM["Not_specified_based_on_GRS_1980_ellipsoid",<br>>             SPHEROID["GRS 1980",6378137,298.257222101,<br>>                 AUTHORITY["EPSG","7019"]],<br>>             AUTHORITY["EPSG","6019"]],<br>>         PRIMEM["Greenwich",0,<br>>             AUTHORITY["EPSG","8901"]],<br>>         UNIT["degree",0.0174532925199433,<br>>             AUTHORITY["EPSG","9122"]],<br>>         AUTHORITY["EPSG","4019"]],<br>>     PROJECTION["Lambert_Conformal_Conic_2SP"],<br>>     PARAMETER["standard_parallel_1",44.33333333333334],<br>>     PARAMETER["standard_parallel_2",46],<br>>     PARAMETER["latitude_of_origin",43.66666666666666],<br>>     PARAMETER["central_meridian",-120.5],<br>>     PARAMETER["false_easting",8202099.737532808],<br>>     PARAMETER["false_northing",0],<br>>     UNIT["user-defined",0.3048]]<br>> Origin = (7719274.500000000000000,628402.500000000000000)<br>> Pixel Size = (3.000000000000000,-3.000000000000000)<br>><br>>   Looking up EPSG:4019 on the web shows me that it's an "Unknown datum based upon the GRS 1980<br><div>> ellipsoid."</div><div><br></div><div>EPSG:4019 is not the EPSG code of the SRS, but of one of its components (there are 5 different EPSG codes within this SRS). The SRS itself does not have an EPSG code, therefore you can create a new location with g.proj georef= or r.in.gdal location=</div><div><br></div><div>Markus M</div><div><br></div>><br>>   I created a new location, named EPSG4019, selected that code for the<br>> projection, and ran 'r.in.gdal -o<br>> in=$HOME/path_to/data/topography/LDQ-45122C3/2009_OLC_Hood-to-Coast/Bare_Earth/\<br>> be45122c3/hdr.adf out=dem2009 --overwrite' (Entered on one line; split here<br>> for MUA accommodation.) grass75 responds,<br>><br>> WARNING: Datum <Not_specified_based_on_GRS_1980_ellipsoid> not recognised<br>>          by GRASS and no parameters found<br>> Over-riding projection check<br>> ERROR: Illegal latitude for North: 628402<br>><br>>   Please show me what I've done incorrectly.<br>><br>> TIA,<br>><br>> Rich<br>><br>><br>><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>