home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 841692487

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/3476#issuecomment-841692487 https://api.github.com/repos/pydata/xarray/issues/3476 841692487 MDEyOklzc3VlQ29tbWVudDg0MTY5MjQ4Nw== 1200058 2021-05-15T16:56:00Z 2021-05-15T17:03:00Z NONE

Hi, I also keep running into this issue all the time. Right now, there is no way of round-tripping xr.open_zarr().to_zarr(), also because of https://github.com/pydata/xarray/issues/5219.

The only workaround that seems to help is the following: python to_store = xrds.copy() for var in to_store.variables: to_store[var].encoding.clear()

{
    "total_count": 3,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 1
}
  516306758
Powered by Datasette · Queries took 79.861ms · About: xarray-datasette