Skip to content

Commit 1409f08

Browse files
committed
[FEATURE] Raster Alignment Tool
This new tool in qgis_analysis library is able to take several rasters as input and to align them perfectly, that means: - reproject to the same CRS - resample to the same cell size and offset in the grid - clip to a region of interest - rescale values when required
1 parent 3f6b5fa commit 1409f08

File tree

6 files changed

+850
-0
lines changed

6 files changed

+850
-0
lines changed

src/analysis/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ SET(QGIS_ANALYSIS_SRCS
2323
interpolation/Triangulation.cc
2424
interpolation/TriDecorator.cc
2525
interpolation/Vector3D.cc
26+
27+
raster/qgsalignraster.cpp
2628
raster/qgsninecellfilter.cpp
2729
raster/qgsruggednessfilter.cpp
2830
raster/qgsderivativefilter.cpp
@@ -85,6 +87,7 @@ QT4_WRAP_CPP(QGIS_ANALYSIS_MOC_SRCS ${QGIS_ANALYSIS_MOC_HDRS})
8587
# install headers
8688

8789
SET(QGIS_ANALYSIS_HDRS
90+
raster/qgsalignraster.h
8891
raster/qgsaspectfilter.h
8992
raster/qgsderivativefilter.h
9093
raster/qgshillshadefilter.h

0 commit comments

Comments
 (0)