What is a 2D Grid?
A 2D grid is a regular spatial discretization of an area into equally sized cells.
Each cell represents a spatial unit for which values (e.g. elevation, thickness, parameters) are defined.
A crucial aspect of a grid definition is how the position of each cell is referenced.
Grid Cells vs. Grid Points A common source of confusion is the distinction between:
In GeoScene3D, grid-based data are internally defined using grid points, not full polygons.
Grid Origin in GeoScene3D GeoScene3D defines the grid origin (null point) at the lower-left corner of the grid. This means:
This definition is consistent with many numerical and interpolation-based grid formats.
Cell Reference Point: Center of the Cell Although the grid origin is located at the lower-left corner, GeoScene3D defines grid values at the center of each cell. In practice, this means:
This is the key point that often causes confusion.
Effect on Visualization Because grid values are defined at cell centers, the visualization behaves as follows:
As a result:
This is not an error, but a direct consequence of:
Illustration
The figure below illustrates this behavior:
The first visible cell is therefore only partially shown This visual effect helps explain why the grid may appear “cut” at the edges.