-
Notifications
You must be signed in to change notification settings - Fork 1
Tile
mtbeek32 edited this page Feb 17, 2023
·
8 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 confuss 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.