Input data
Intro
The new input data consists of one file:
- exampleInputData.xlsx
Example input data has been provided in the data
directory.
For the previous version of the input data, see Input data (legacy).
Please note that most column names are case sensitive.
NOTE! Certain characters are not allowed in the name columns of the ID sheets due to OS restrictions, and may lead to crashes or unexpected behavior. To avoid this, try to not use special characters or letters in the names.
Probability Distributions
When the input data contains probability distributions, they will follow this format:
- The distribution is represented as a string
- The string is enclosed by square brackets [ ]
- Entries are space-separated
- Each entry in the distribution is the probability for a random pick to be within that discrete interval within the range [0, 1], where the distance is determined by the total number of entries in the distribution, such that the first and last entries represent 0 % and 100 % and each step in between is 100 / (N - 1).
Data Structure
sheet:measure
- Unique identifiers for measures
sheet:activity
- Unique identifiers for activities
sheet:pressure
- Unique identifiers for pressures
sheet:state
- Unique identifiers for states
sheet:area
- Unique identifiers for areas
sheet:cases
- Implemented measure cases, all rows are independent
column:ID
: Unique case idcolumn:measure
: Measure type ID, linked tosheet:measure
column:activity
: Relevant Activities, linked tosheet:activity
, the value 0 (zero) means all relevant activities affected by the measurecolumn:pressure
: Relevant Pressures, linked tosheet:pressure
, the value 0 (zero) means all relevant pressures affected by the measurecolumn:state
: Relevant States, linked tosheet:state
, the value 0 (zero) means all relevant states affected by the measurecolumn:coverage
: Multiplier (fraction), represents how much of the area is covered by the measurecolumn:implementation
: Multiplier (fraction), represents how much of the measure is implementedcolumn:area_id
: Area ID, linked tosheet:Area ID
sheet:measure_effects
- Activity-Pressure links, how much the individual activities contribute to the pressures
column:activity
: Activity ID, linked tosheet:activity
column:pressure
: Pressure ID, linked tosheet:pressure
column:area_id
: Area ID, linked tosheet:area
column:contribution
: Measure reduction effect, probability distribution, see Probability Distributions
sheet:activity_contributions
- Measure reduction effects on activity-pressure pairs
column:measure
: Activity ID, linked tosheet:measure
column:activity
: Activity ID, linked tosheet:activity
column:pressure
: Pressure ID, linked tosheet:pressure
column:state
: Pressure ID, linked tosheet:state
column:probability
: Activity contribution, probability distribution, see Probability Distributions
sheet:pressure_contributions
- Pressure-State links, how much the individual pressures contribute to the states
column:state
: State ID, linked tosheet:state
column:pressure
: Pressure ID, linked tosheet:pressure
column:area_id
: Area ID, linked tosheet:area
column:contribution
: Pressure contribution, probability distribution, see Probability Distributions
sheet:thresholds
- Environmental target thresholds, how much the individual states need to be reduced to reach the set targets
column:state
: State ID, linked tosheet:state
column:area_id
: Area ID, linked tosheet:area
column:PR/10/25/50
: Probability distributions for GES (PR) and 10/25/50 % reduction thresholds, see Probability Distributions
sheet:overlaps
- Interaction between separate measures, how joint implementation affects measure efficiency
column:overlap
: Overlap IDcolumn:pressure
: Pressure ID, linked tosheet:pressure
column:activity
: Activity ID, linked tosheet:activity
column:overlapping
: Overlapping measure ID, linked tosheet:measure
column:overlapped
: Overlapped measure ID, linked tosheet:measure
column:multiplier
: Multiplier (fraction), how much of thecolumn:overlapped
measure's effect will be observed ifcolumn:overlapping
is also implemented
sheet:development_scenarios
- Activity development scenarios, how much each activity is expected to change during various scenarios, each value is a multiplier
column:activity
: Activity ID, linked tosheet:activity
column:BAU
: Business As Usual, activity change without extra action (fraction)column:ChangeMin
: Lowest potential change (fraction)column:ChangeML
: Most likely change (fraction)column:ChangeMax
: Highest potential change (fraction)
sheet:subpressures
- Links between separate pressures, where subpressures make up part of state pressures
column:reduced pressure
: Subpressure ID, linked tosheet:pressure
column:state pressure
: State pressure ID, linked tosheet:pressure
column:equivalence
: Equivalence betweencolumn:reduced pressure
andcolumn:state pressure
, i.e. how much of the state pressure is made up of the subpressure, where values between 0 and 1 are treated as fractions, and other values as either no quantified equivalence or no reduction from pressurescolumn:state
: State ID, linked tosheet:state
column:multiplier
: Multiplier (fraction), how much of the reduction incolumn:reduced pressure
should be applied tocolumn:state pressure
, determined fromcolumn:equivalence