-
Notifications
You must be signed in to change notification settings - Fork 1
Function discrete alloc sp
Jip Claassens edited this page Dec 4, 2024
·
4 revisions
Another simple version of the allocation functions. This function specifies a single partitioning for defining minimum and maximum claims.
sp = single partitioning
Its arguments are:
- TypeNames: (LUT: Uint8)->ItemName, LandUnitDomain,
- *SuitabilityMaps: for each TypeNames { LandUnitDomain->Int32 },
- *Regions: UInt16 domain,
- *RegionMap: LandUnitDomain->Regions,
- *MinClaims: for each TypeNames { Regions -> UInt32 },
- *MaxClaims: for each TypeNames { Regions -> UInt32 },
- *Threshold: ->Int32)
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.