-
Notifications
You must be signed in to change notification settings - Fork 1
Grid
mtbeek32 edited this page Feb 15, 2023
·
13 revisions
A grid is a two-dimensional data structure, representing a rectangular. A grid contains cells, defined by a row and a column number.
For images/pictures (think e.g. of bitmaps or png files) usually only local row and column numbers are relevant.
In a GIS environment, a grid often represents a rectangle part of the world.
In the GeoDMS a grid is defined by a grid domain. Attributes with characteristics for the cells of the grid are called grid data.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.