CityScope / CS_Urban_Indicators

Scripts for getting urban data and building urban indicators. A module for computing urban indicators in response to real-time CityScope inputs.
GNU General Public License v3.0
7 stars 4 forks source link

Option to include static reference values for indicators #22

Closed doorleyr closed 4 years ago

doorleyr commented 4 years ago

The urban indictor charts on the CityScope_JS front-end allow can now plot reference values alongside the values for the current scenario. eg. the reference case may be a comparison to another district in the world or to some other static scenario for the same district.

The reference case is static information so it should be specified at start-up and does not require recomputing with each update. The output format should be:

{ "category": "innovation", "name": "Skills", "raw_value": -8.261598409789132, "units": null, "value": 0.7034910536555334, "ref_value": 0.5 "viz_type": "bar" }

doorleyr commented 4 years ago

Closed with f3f3fae