-
Notifications
You must be signed in to change notification settings - Fork 1
Ramp_open
Jip Claassens edited this page Jul 6, 2026
·
6 revisions
Rescale functions ramp_open
- ramp_open(startvalue, uptovalue, domainunit)
ramp_open(startvalue, uptovalue, domainunit) ramps values, starting with the startvalue argument up to the uptovalue argument.
The uptovalue argument itself is not part of the resulting attribute.
The number of values is defined by the cardinality of the domain unit argument.
unit domain unit with value type from group CanBeDomainUnit
7.031
attribute<uint32> ramped (City) := ramp_open(0, 70, City);
| ramped |
|---|
| 0 |
| 10 |
| 20 |
| 30 |
| 40 |
| 50 |
| 60 |
domain City, nr of rows = 7
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.