What's Changed
- Granular warning and import failures for the optional deps by @ocefpaf in #144
- Add a summary method by @ocefpaf in #146
- add summary to the docs by @ocefpaf in #147
#146 introduced an API change where instead of passing a single dataset_id
to the fetcher
, one should always pass a list to the GliderDataFetcher
class .dataset_ids
. The return is a dictionary of augmented pandas dataframes organized in a dictionary using the dataset_id as keys.
NB: We could use xarray higher lever object here instead, however, the lack of monotonic time and depth in the data makes this really awkward and I'm not convinced the benefits are worth it.
Full Changelog: v0.3.2...v1.0.0