fabmob / myc-emissions-calculator

Web conversion of the MobiliseYourCity emissions calculator tool, used to calculate transport GHG emissions of cities and countries
http://myc.fabmob.io
MIT License
4 stars 1 forks source link

Freight #18

Closed maloufabmob closed 1 year ago

maloufabmob commented 2 years ago

Introduction

Adding the freight categories in the tool

maloufabmob commented 2 years ago

-> mostly from the excel-based tool

maloufabmob commented 2 years ago

to add a custom category, it will be then necessary to ask if it is freight or passengers

TTalex commented 2 years ago

It looks like the only differences between freight and passengers are the units, passengers or tons, and the name of the categories. Only one graph needs to be added: Modal split for transport. It is computed the same way (vkt * what's being transported) but the result is tons-kilometer (tkm) instead of person-kilometer (pkm)

I added said graph and new categories (using available emojis). Custom categories also require a type to be specified.

Should we also divide the other graphs ? Or add a filter to only display passenger or freight data ?

TTalex commented 1 year ago

See #34 for a followup on visualizations questions.