List of next level objects should become an OrderedDict
kujaku11 opened this issue · 1 comments
kujaku11 commented
The list of next level objects, for example we have Survey.stations
which is a list, but it would make more sense if this was an ordered dictionary so that one could request by key instead of index, which would make it easier to get what you want.
kujaku11 commented
Made into ListDicts