-
Notifications
You must be signed in to change notification settings - Fork 1
Tile
Jip Claassens edited this page Jul 6, 2026
·
9 revisions
The GeoDMS calculates with memory arrays. These arrays can be split up in a set of smaller arrays for two reasons:
- If the array size exceeds the available internal memory (especially in 32 bits mode)
- performance
For one-dimensional domain units, the resulting data is called segmented (do not confuse the term segmented with segment).
For two-dimensional domain units (grid) the resulting data is called tiled.
The resulting domain unit is called a tiled domain. Use the TiledUnit function to configure an explicit tiled domain.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.