Raster

3966 palavras 16 páginas
Introduction to the ’raster’ package (version 2.0-31)
Robert J. Hijmans November 9, 2012

1

Introduction

This vignette describes the R package ’raster’. A raster is a spatial (geographic) data structure that divides a region into rectangles called ’cells’ (or ’pixels’) that can store one or more values for each of these cells. Such a data structure is also referred to as a ’grid’ and is often contrasted with ’vector’ data that is used to represent points, lines, and polygons. The raster package has functions for creating, reading, manipulating, and writing raster data. The package provides, among other things, general raster data manipulation functions that can easily be used to develop more specific functions. For example, there are functions to read a chunk of raster values from a file or to convert cell numbers to coordinates and back. The package also implements raster algebra and most functions for raster data manipulation that are common in Geographic Information Systems (GIS). These functions are similar to those in GIS programs such as Idrisi, the raster functions of GRASS, and the ’grid’ module of ArcInfo (’workstation’). A notable feature of the raster package is that it can work with raster datasets that are stored on disk and are too large to be loaded into memory (RAM). The package can work with large files because the objects it creates from these files only contain information about the structure of the data, such as the number of rows and columns, the spatial extent, and the filename, but it does not attempt to read all the cell values in memory. In computations with these objects, data is processed in chunks. If no output filename is specified to a function, and the output raster is too large to keep in memory, the results are written to a temporary file. To understand what is covered in this vignette, you must understand the basics of the R language. There is a multitude of on-line and other resources that can help you to get acquainted with it.

Relacionados

  • AUTOCAD RASTER DESIGN
    557 palavras | 3 páginas
  • Arquivos vetorial e raster
    494 palavras | 2 páginas
  • Estudante
    1033 palavras | 5 páginas
  • arcgis
    7059 palavras | 29 páginas
  • Hidrology feature
    934 palavras | 4 páginas
  • Cartografia Básica
    2363 palavras | 10 páginas
  • SUPER ANALISE HIDROLOGICA COM SPATIAL ANALIST
    1790 palavras | 8 páginas
  • Apostila sig
    4216 palavras | 17 páginas
  • Composição de bandas landsat
    1710 palavras | 7 páginas
  • Sistemas de informacao geográfica
    1638 palavras | 7 páginas