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
In v2.1, the latitude, longitude datastore was modified to store values for each unique grid as a dictionary with keys 'latitude' and 'longitude' and potentially other data as needed. Some of the logic added in that modification has introduced a bug when using the xarray backend.
The text was updated successfully, but these errors were encountered:
This commit fixes an issue where the _latlon_datastore, now holding a dictionary
instead of tuples would raise a KeyError when using the xarray backend.
This commit references issue #117
This commit fixes an issue where the _latlon_datastore, now holding a dictionary
instead of tuples would raise a KeyError when using the xarray backend.
This commit references issue #117
Co-authored-by: Eric Engle <[email protected]>
In v2.1, the latitude, longitude datastore was modified to store values for each unique grid as a dictionary with keys
'latitude'
and'longitude'
and potentially other data as needed. Some of the logic added in that modification has introduced a bug when using the xarray backend.The text was updated successfully, but these errors were encountered: