-
Notifications
You must be signed in to change notification settings - Fork 1
Function discrete alloc np
Jip Claassens edited this page Dec 4, 2024
·
4 revisions
This function is the simplest version of the allocation functions.
np = no partitioning
It doesn't allow for claims per region, only minimum and maximum claims for the whole study area, as defined by the second argument. It arguments are:
- TypeNames: (LUT: Uint8)->ItemName, LandUnitDomain,
- SuitabilityMaps: for each TypeNames { LandUnitDomain->Int32 },
- MinClaims: for each TypeNames { -> UInt32 },
- MaxClaims: for each TypeNames { -> UInt32 },
- Threshold: ->Int32)
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.