OSOceanAcoustics / echoregions

Interfacing water column sonar data with annotations and labels
https://echoregions.readthedocs.io/
Apache License 2.0
6 stars 6 forks source link

datetime encoding for older version of xarray and recent pandas breaking changes #65

Closed valentina-s closed 1 year ago

valentina-s commented 1 year ago

During testing, xarray==0.16.2 raises nanosecond encoding error: https://github.com/pydata/xarray/pull/4400

It seems it is resolved in xarray==2023.2.0. Need to identify a minimum cutoff version and set it in requirements-dev.txt

leewujung commented 1 year ago

Related to datetime encoding: since we're going to refactor the package, let's pay some attention to xarray updates wrt pandas 2.0.0, and make sure we make necessary change once xarray is compatible with the latest version of pandas.

ctuguinay commented 1 year ago

Breaking changes due to datetime have been resolved.