-
Notifications
You must be signed in to change notification settings - Fork 0
Linear100
Linear100 is a ModelTraits for the EUCLueScanner model which is similar to Mnl100 and Split100 with the exception that the SuitabilityData and DynamicNeighbourData are not transformed to 0..1 values and are combined directly, using the weighting factor Wj. All factors (suitability and DynamicNeighbourhood) form a linear combination, which is more compatible with the hedonic pricing concept and what has been estimated with the linear regression, especially when the action of the shadow prices is considered. Since shadow prices augment the transition potentials and in the Linear100 model, the transition prices are defined as linear combination of weighted suitability factors, both the shadow prices and the weights could be related to a monetary unit.
Thus, the resulting Transition Potential TPijt for allocatable land unit i, allocatable land use type j and time step t is defined as
- if not Allowijt then − 5[EUR/m2]
- if Allowijt then (1−Wj) vij + Wj Nijt with Wj is the j-th entry of the scenario parameter vector Neighbourhood/Weight.
Allowijt is based on the allowed matrix combined with age dependent bottom-up rules.
vij is defined directly as SuitabilityData_ij which means that values can become much lower than -5.
SuitabilityData_ij is defined by alloc1.txt as a linear combination of factor map data.
Nijt is defined directly as DynamicNeighbourData_ijt.
Land use modelling documentation