Skip to content
Snippets Groups Projects
Commit 7b19b687 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

add functions to dicts to handle 2D dicts:

keys_of_2d_dict
fill_2d_dict
and fillgrid

and ordered() to return an ordered dict

in the ensemble.py module, ensemble_dist_to_2D_dict() converts an ensemble-style nested dataset

...->{xkeys}->{xvalue}->{ykeys}->{yvalue} = z

    to a dictionary like

    {xvalue}->{yvalue} = z

which is handy for other purposes.
parent 0df3b40d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment