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
Update for TdlpackBackend.py and version bump.
Updated TdlpackBackend to work with newer release of xarray and
its ability to estimate Dataset and DataArray sizes (i.e. nbytes)
Version bump to 1.1.2.
Update _pytdlpack.py
Fixing 2 issues here...
1) Fixed issue when instantiating TdlpackRecord object from new data (i.e. not from file) would cause an error when trying to pack and write.
2) Added try/except block when setting projstring using Proj.definition_string() method. This seems to be a fairly new method to the Proj object.