kujaku11/mt_metadata

List of next level objects should become an OrderedDict

kujaku11 opened this issue · 1 comments

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.

Made into ListDicts