## Update **OceanDataCatalog** `open_dataset()` temporal and geographic subsetting ### Actions - [ ] Refactor `open_dataset()` to modify implementation of temporal subsetting using `start_datetime` and `end_datetime` to be agnostic of time coordinate name. - [ ] Refactor `open_dataset()` to modify implementation of geographical subsetting using `bbox` to use CF standard names on longitude and latitude. - [ ] Update geographical subsetting to reduce memory usage - ensure compatibility with dask lazy loading of subdomains.
Update OceanDataCatalog
open_dataset()temporal and geographic subsettingActions
Refactor
open_dataset()to modify implementation of temporal subsetting usingstart_datetimeandend_datetimeto be agnostic of time coordinate name.Refactor
open_dataset()to modify implementation of geographical subsetting usingbboxto use CF standard names on longitude and latitude.Update geographical subsetting to reduce memory usage - ensure compatibility with dask lazy loading of subdomains.