calliope-project / calligraph

Calligraph: A tool to interactively explore and visualise Calliope model results
Apache License 2.0
4 stars 1 forks source link

Use variable long names instead of their pythonic names #3

Open brynpickering opened 7 months ago

brynpickering commented 7 months ago

Parameters have titles in the schema (accessible from calliope.util.schema.extract_from_schema(calliope.util.schema.MODEL_SCHEMA, "title") I think). Decision variables / expressions don't have them, but I think they should (will add to calliope repo as an issue). Both have a description which could be added as tooltip info somehow?