• Choose process
    • Georectifies a raster via Ground Control Points using gdal_warp (WPS DescribeProcess)

  • Process inputs
    • Input raster
    • List of Ground control points. Points are specified as [x,y] or [x,y,z].
    • Bounding box for output

      • ...
    • Coordinate reference system to use for the output raster
      ...
    • Width of output raster in pixels
    • Height of output raster in pixels
    • Order of the warping polynomial (1 to 3)
    • Force output to have transparent background
    • Indicates whether to keep the output file after processing
    • Pathname where the output file is stored
  • Process outputs
    • Georectified raster
      Generate
    • Pathname of the generated raster on the server
      Generate