Skip to content

WIP: Test-driven spatial rescaling adapters

Martin Lange requested to merge test-driven-adapters into main

Starting with weighted sum/average raster rescaling adapter

  • test fail on unexpected input grid specs
  • test output grid specs equal those given on initialization
  • test simple up- and downscaling (perfect pixel match)
  • test up- and downscaling with non-matching pixels
  • test up- and downscaling with xll and yll
  • implement adapter
Edited by Martin Lange

Merge request reports