Contact : ole.moller.nielsen@gmail.com
Note
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Test the InaSAFE clipper
Raster layers can be scaled when resampled
This is a test for ticket #52
Native test .asc data has
Population_Jakarta_geographic.asc ncols 638 nrows 649 cellsize 0.00045228819716044
Population_2010.asc ncols 5525 nrows 2050 cellsize 0.0083333333333333
Scaling is necessary for raster data that represents density such as population per km^2
Attempt to scale projected density raster layers raise exception
Automatic scaling when resampling density data does not currently work for projected layers. See issue #123.
For the time being this test checks that an exception is raised when scaling is attempted on projected layers. When we resolve issue #123, this test should be rewritten.
Test exploding LINES multipart to single part geometries works
Test exploding POINT multipart to single part geometries works
Test exploding POLY multipart to single part geometries works
This module forms part of the InaSAFE tool.