Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.44 KB

README.md

File metadata and controls

41 lines (35 loc) · 2.44 KB

ddf--gapminder_world

source

  1. concept file
  2. entities
  3. datapoints
  4. metadata and translation file from vizabi

How to run the script

Implementation Notes

  • concept properties of indicators (all measure types):
    • name should be ddf_name from source file
    • unit should be ddf_unit from source file
    • description should be tooltip from source file
    • interpolation should be interpolation from source file
    • scales should be based on scale from source file:
      • If scale = lin: ["linear", "log"]
      • If scale = log: ["log", "linear"]
      • If undefined: ["linear", "log"] (don’t leave empty!)
  • Metadata.json and en.json
    • metadata.json is build from scratch using the source data
    • en.json is updated base on the source en.json and graph_settings spreadsheet.