You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reckon its about 50/50 where the benefits of processing origin, destination zone based variables as 2d vectors (computation) outweighs the benefit of just having stacked data with a multi index in pandas (stored as parquet). PMTURI is cool but I still think it locks us into storing many things as matrices that probably just dont belong. I really like xarray. It just generalises the PMTURI concept as "dimensions" and "coordinates" as discussed in xarray docs and allows for label based ndimensional workings. In the model I made I chose explicitly to have fiteen minute as by most disaggregate temporal unit (96). Time periods are just a coordinate of that. I also dont have the "direction" dimension because I have not estimated destination choice with PA/AP format. But yeah all good I think you guys are doing great. Just some two cents from me.
Currently, AequilibraE does have a structure to represent a full model. This includes attributes such as:
The text was updated successfully, but these errors were encountered: