Tarsier tutorial: Raster resampler

From CCoWS Wiki
Revision as of 10:59, 22 February 2009 by Fred (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

What is raster re-sampling?

Raster data are gridded data, where the grid usually represents geographic space, and the values in the grid usually represent geographic properties at locations specified by the grid.

Raster grids can be specified with different locations, different cell sizes (different resolutions), and different geographic projections (e.g. Geographic (lat/lon), UTM, GIH, State plane, etc.).

To convert raster data from one grid to another, re-sampling is required. This involves, estimating a value for each cell in the new grid based on one or more nearby values from the old grid. It always involves a change in the accuracy (usually a reduction in accuracy) with which the raster data represents the actual property of interest, because of the inherent changes in resolution, or blurring of information across cell boundaries. So, re-sampling should be done as infrequently as possible.

How do you re-sample a raster in Tarsier?

  1. Open Tarsier
  2. Select File --> New --> Tools --> Raster resampler (if its not on the list, you need to load a DLL)
  3. You should see a RasterResample window with some options and a number of UseeControls.
  4. The basic process in re-sampling is to convert the values in input raster to values in an output raster using the template raster to specify the spatial grid to be used in the output raster.
  5. First, you should specify an input raster. Use its UseeControl to select an already-loaded raster (drop-down arrow) or open one from file ('Open').
  6. Next, you should decide if you have and want to use a template raster. If you don't, one will be automatically created for you.
    1. If you want to use a template raster, specify it using the Template raster UseeControl
  7. Now, you're ready to execute the re-sampling.
    1. If you're using a template raster, click the button at top-left with an icon that looks like cogs.
    2. If you're letting a template be created for you, click the button that says 'Auto-create...'
  8. Finally, you can view you raster. Click View on the output raster's UseeControl
    1. To change how it looks see the tutorial for raster data