Skip to content

Commit

Permalink
Extended lasgrid and las2dem with the 'grid_center' argument.
Browse files Browse the repository at this point in the history
When used, the grid origin is aligned to the center of the cell instead of the cell corner.
In addition, the documentation for the two tools has been expanded
  • Loading branch information
TobBei committed Nov 19, 2024
1 parent 842e0e7 commit 7aec2f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/las2dem_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ generated KML file:
-float_precision [n] : sets output float precision to [n]{used with ASC/BIL/TIF}
-force_precision : force excessive elevation (z) precision
-grid [n] : raster with stepsize [n] (the default is 1 or 0.0001 on long/lat coordinates)
-grid_center : aligns the grid's origin to the center of a cell instead of its corner
-ilay [n] : apply [n] or all LASlayers found in corresponding *.lay file on read
-ilaydir [n] : look for corresponding *.lay file in directory [n]
-invert_ramp : invert color ramp for output
Expand Down
1 change: 1 addition & 0 deletions bin/las2dem_README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ other commandline arguments are
-ncols 512 : raster at most 512 columns
-ll 300000 600000 : start rastering at these lower left x and y coordinates
-nodata -9999 : use -9999 as the nodata value in the BIL/ASC format
-grid_center : aligns the grid's origin to the center of a cell instead of its corner
-hillshade : color the image with hillside shading
-intensity : use intensity values
-rgb : use rgb values if available (only used with PNG/TIF/JPG)
Expand Down
1 change: 1 addition & 0 deletions bin/lasgrid_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ See "grouping arguments by tokens" below to see all possible tokens to generate
-grey : gray-scale based on min/max range (used with PNG/TIF/JPG)
-grid_ll [x] [y] : shift raster grid lower left to [x]/[y]
-grid_spacing [n] : raster with stepsize [n] (the default is 1)
-grid_center : aligns the grid's origin to the center of a cell instead of its corner
-ilay [n] : apply [n] or all LASlayers found in corresponding *.lay file on read
-ilaydir [n] : look for corresponding *.lay file in directory [n]
-invert_ramp : invert color ramp for output
Expand Down
1 change: 1 addition & 0 deletions bin/lasgrid_README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ overview of all tool-specific switches:
-ncols 512 : raster at most 512 columns (starting from the lower left)
-ll 300000 600000 : start rastering at these lower left x and y coordinates
-nodata 9999 : use 9999 as the nodata value in the BIL / ASC format
-grid_center : aligns the grid's origin to the center of a cell instead of its corner
-elevation : use elevation values
-intensity : use intensity values
-highest -high -max : for each grid cell keep highest value
Expand Down

0 comments on commit 7aec2f4

Please sign in to comment.