[pdal-commits] [PDAL/PDAL] cd3ad1: Keep processing rows/cols if we hit raster edge (#...
Andrew Bell
noreply at github.com
Tue Jun 4 12:58:10 PDT 2019
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: cd3ad195f6ca636c0efca9340006141c14765ee4
https://github.com/PDAL/PDAL/commit/cd3ad195f6ca636c0efca9340006141c14765ee4
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2019-06-04 (Tue, 04 Jun 2019)
Changed paths:
M io/private/GDALGrid.cpp
M io/private/GDALGrid.hpp
A test/data/gdal/issue_2545.txt
M test/unit/io/GDALWriterTest.cpp
Log Message:
-----------
Keep processing rows/cols if we hit raster edge (#2554)
* Move to next row if we're outside the grid bounds of the current row.
Close #2545
* Don't stop iterating rows/columns if we hit the raster edge.
Close #2545
More information about the pdal-commits
mailing list