home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 521503585

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/3215#issuecomment-521503585 https://api.github.com/repos/pydata/xarray/issues/3215 521503585 MDEyOklzc3VlQ29tbWVudDUyMTUwMzU4NQ== 1217238 2019-08-15T03:50:00Z 2019-08-15T03:50:00Z MEMBER

I still don't understand the different code paths between decode_cf=True and decode_cf=False + explicit call to xarray.decode_cf()

In the first case, CF conventions decoding is done on xarray's internal lazy BackendArray objects.

In the second case, CF conventions decoding is done on dask arrays. There are a few cases where this can be slower / require loading more data to look at a small slice of array data.

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