-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
layer:coreRegarding the core protocol (cost tracking, transactional fabric, etc)Regarding the core protocol (cost tracking, transactional fabric, etc)project:papertag:economicsRegarding economics: dynamics, costs, incentives, etcRegarding economics: dynamics, costs, incentives, etctag:governanceHaving to do with governance in general (global,companies, resources, etc)Having to do with governance in general (global,companies, resources, etc)type:discussionDiscussion or ideas for future direction, input welcome (don't be shy)Discussion or ideas for future direction, input welcome (don't be shy)
Milestone
Description
This issue extends #140.
This allows tracking resources in costs objects. It's definition:
Resource: Tracker {
standard_unit: <om2::Unit>
externality_cost: 0 < x <= 1
sources: [ Source ... ]
}
Source: Translatable {
lat: <latitude>
lon: <longitude>
externality_cost: 0 < x <= 1
merge_function: <sum|avg>
}
Let's go over the fields:
standard_unit- The unit this resource tracker uses. It might be liters, kilograms, etc. See om2::Unit.externality_cost- A value between 0 and 1 that determines how much externalities this resource is responsible for (as a ratio). 0 would mean "has no known externalities" and 1 would be "critically damaging to the environment or humanity."sources- A list of known sources for this resources, ie "Forestville rock quarry" or "Amazon rainforest". Each of these has their ownexternality_costwhich is combined with the tracker's main externality cost via themerge_function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
layer:coreRegarding the core protocol (cost tracking, transactional fabric, etc)Regarding the core protocol (cost tracking, transactional fabric, etc)project:papertag:economicsRegarding economics: dynamics, costs, incentives, etcRegarding economics: dynamics, costs, incentives, etctag:governanceHaving to do with governance in general (global,companies, resources, etc)Having to do with governance in general (global,companies, resources, etc)type:discussionDiscussion or ideas for future direction, input welcome (don't be shy)Discussion or ideas for future direction, input welcome (don't be shy)