Open micahjohnson150 opened 5 years ago
Its becoming apparent there is some need for mapping data type. Essentially we want a dictionary input.
E.g.
[wind]
veg: {43:11.4, 42:0, 41:7.2}
Perhaps we could use some sort of tuple syntax to get around colons
[wind] veg: (43,11.4), (42,0), (41,7.2)
I think that would be a good solution and make the config files much cleaner.
Its becoming apparent there is some need for mapping data type. Essentially we want a dictionary input.
E.g.
[wind]
veg: {43:11.4, 42:0, 41:7.2}
Perhaps we could use some sort of tuple syntax to get around colons
[wind] veg: (43,11.4), (42,0), (41,7.2)