genet
genet copied to clipboard
GeNet reads comma separated attributes into sets
https://github.com/arup-group/genet/blob/master/genet/inputs_handler/matsim_reader.py#L114
d['text'] = set(elem.text.split(','))
This can be a problem for:
- things that need to preserve order
- items that we need to retain multiples of
Right now there are no documented cases of this needing to be supported but we record this issue here.
https://arupdigital.atlassian.net/browse/LAB-1750