Hi Eyal,
thanks for using LAStools!
We did some tests about your issue but can not confirm the issue.
First we raster without any CRS information in our sample input file:
lasgrid64 -i lake.laz -o tmp1.tif -v -step 1
geotiffinfo64 -i tmp1.tif
and we see, there is not CRS in the target:
File [tmp1.tif]:
TIFF Directory at offset 0x1959c (103836)
Image Width: 268 Image Length: 258
Bits/Sample: 32
Sample Format: IEEE floating point
Compression Scheme: LZW
Photometric Interpretation: min-is-black
Samples/Pixel: 1
Rows/Strip: 20
Planar Configuration: single image plane
Software: LAStools is a product of rapidlasso GmbH, Germany
Artist: created by LAStools (c) in...@rapidlasso.de
GeoPixelScale: 1.000000,1.000000,0.000000
GeoTiePoints: 0.000000,0.000000,0.000000,476941.000000,4366727.000000,0.000000
GDALNoDataValue: -9999
Now we add a CRS to the sample file and try again:
las2las64 -i lake.laz -o tmp1.laz -proj_epsg 6391 6349
lasinfo64 -i tmp1.laz
lasinfo tells about the compound CRS:
WKT OGC COORDINATE SYSTEM:
COMPD_CS["NAD83(2011) + NAVD88 height",GEOGCS["NAD83(2011)",DATUM["NAD83_National_Spatial_Reference_System_2011",SPHEROID["GRS 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","1116"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","6318"]],VERT_CS["NAVD88 height",VERT_DATUM["North American Vertical Datum 1988",2005,AUTHORITY["EPSG","5103"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Gravity-related height",UP],AUTHORITY["EPSG","5703"]],AUTHORITY["EPSG","6349"]]
Again we use lasgrid to raster the point cloud:
lasgrid64 -i tmp1.laz -o tmp1.tif -v -step 1
and check the result:
geotiffinfo64 -i tmp1.tif
TIFF Directory at offset 0x10 (16)
Image Width: 1 Image Length: 1
Bits/Sample: 32
Sample Format: IEEE floating point
Compression Scheme: LZW
Photometric Interpretation: min-is-black
Samples/Pixel: 1
Rows/Strip: 20
Planar Configuration: single image plane
Software: LAStools is a product of rapidlasso GmbH, Germany
Artist: created by LAStools (c) in...@rapidlasso.de
GeoPixelScale: 1.000000,1.000000,1.000000
GeoTiePoints: 0.000000,0.000000,0.000000,25.000000,-88.000000,0.000000
GeoKeyDirectory: 1,1,1,12,1024,0,1,2,1025,0,1,1,1026,34737,35,0,2048,0,1,4326,2049,34737,7,35,2052,0,1,9001,2056,0,1,7030,3072,0,1,4326,3073,34737,19,42,3076,0,1,9000,4096,0,1,5703,4099,0,1,9001
GeoASCIIParams: longitude/latitude + NAVD88 height|WGS-84|longitude/latitude|
GDALNoDataValue: -9999
GeoKeyDirectory details (12 entries):
KeyID Loc Cnt Value: KeyDesc = Value
1024 0 1 2: GTModelTypeGeoKey = ModelTypeGeographic
1025 0 1 1: GTRasterTypeGeoKey = RasterPixelIsArea
1026 34737 35 0: GTCitationGeoKey = longitude/latitude + NAVD88 height
2048 0 1 4326: GeographicTypeGeoKey = GCS_WGS_84
2049 34737 7 35: GeogCitationGeoKey = WGS-84
2052 0 1 9001: GeogLinearUnitsGeoKey = Linear_Meter
2056 0 1 7030: GeogEllipsoidGeoKey = Ellipse_WGS_84
3072 0 1 4326: ProjectedCSTypeGeoKey = longitude/latitude
3073 34737 19 42: PCSCitationGeoKey = longitude/latitude
3076 0 1 9000: ProjLinearUnitsGeoKey = look-up for 9000 not implemented
4096 0 1 5703: VerticalCSTypeGeoKey = NAVD88 height (Reserved EPSG)
4099 0 1 9001: VerticalUnitsGeoKey = Linear_Meter
The target TIFF contains a GeoKeyDirectory entry with valid values.
Please check your result using geotiffinfo. If the result is not like you expect please provide a small part (las2las64 -i ... -stop_at_point 10) of your input file and what you expect as output.
Cheers,
Jochen @rapidlasso