Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
wonder-sk committed Jun 29, 2015
1 parent 3f6b5fa commit 1409f08
Show file tree
Hide file tree
Showing 6 changed files with 850 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/analysis/CMakeLists.txt
Expand Up @@ -23,6 +23,8 @@ SET(QGIS_ANALYSIS_SRCS
interpolation/Triangulation.cc
interpolation/TriDecorator.cc
interpolation/Vector3D.cc

raster/qgsalignraster.cpp
raster/qgsninecellfilter.cpp
raster/qgsruggednessfilter.cpp
raster/qgsderivativefilter.cpp
Expand Down Expand Up @@ -85,6 +87,7 @@ QT4_WRAP_CPP(QGIS_ANALYSIS_MOC_SRCS ${QGIS_ANALYSIS_MOC_HDRS})
# install headers

SET(QGIS_ANALYSIS_HDRS
raster/qgsalignraster.h
raster/qgsaspectfilter.h
raster/qgsderivativefilter.h
raster/qgshillshadefilter.h
Expand Down

0 comments on commit 1409f08

Please sign in to comment.