You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment some code uses netcdftime.datetime and others use cf_units.datetime. netcdftime has been replaced by cftime (https://pypi.org/project/cftime/). cf_units is a pain to install as it requires udunits for the operating system and its calls could also be replaced with cftime. cftime doesn't provide CALENDAR_GREGORIAN, etc. constants and so some refactoring would be required.
The text was updated successfully, but these errors were encountered:
At the moment some code uses
netcdftime.datetime
and others usecf_units.datetime
. netcdftime has been replaced by cftime (https://pypi.org/project/cftime/). cf_units is a pain to install as it requires udunits for the operating system and its calls could also be replaced with cftime. cftime doesn't provideCALENDAR_GREGORIAN
, etc. constants and so some refactoring would be required.The text was updated successfully, but these errors were encountered: