658 - Write a program to read and write a raster data file

Write a program to read and write a raster data file

Concepts

  • [DM3-2] The raster model
    The raster data model holds values in a regularly spaced matrix of cells arranged in rows and columns covering a two dimensional space. Rasters are commonly used to store continuous data like colors in an image and height values but they are also used for discrete (thematic) values like land use.