Closed aidanheerdegen closed 4 years ago
The daterange widget in ExperimentExplorer uses pandas.date_range which limits the available dates.
daterange
ExperimentExplorer
https://github.com/COSIMA/cosima-cookbook/blob/master/cosima_cookbook/explore.py#L448
A possible fix is to use the xarray.cftime_range function.
The
daterange
widget inExperimentExplorer
uses pandas.date_range which limits the available dates.https://github.com/COSIMA/cosima-cookbook/blob/master/cosima_cookbook/explore.py#L448
A possible fix is to use the xarray.cftime_range function.