COSIMA / cosima-cookbook

Framework for indexing and querying ocean-sea ice model output.
https://cosima-recipes.readthedocs.io/en/latest/
Apache License 2.0
58 stars 25 forks source link

Make date range widget cftime compatible #202

Closed aidanheerdegen closed 4 years ago

aidanheerdegen commented 4 years ago

Closes #201

Made dedicated parse_datetime and format_datetime routines to enforce consistent datetime <> string conversions.

Added .data method to DatabaseExplorer and ExperimentExplorer to provide a consistent way to access data loaded through the gui elements.

aidanheerdegen commented 4 years ago

The .data() method is important for clean access to the loaded data and I wanted to add that before releasing the explorer elements.

aidanheerdegen commented 4 years ago

Thanks for all the good suggestions @angus-g. Happy to approve that now?