home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 961211401

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/5918#issuecomment-961211401 https://api.github.com/repos/pydata/xarray/issues/5918 961211401 IC_kwDOAMm_X845SuwJ 6042212 2021-11-04T16:30:33Z 2021-11-04T16:30:33Z CONTRIBUTOR

Some thoughts: - fsspec's mapper (or even the filesystem instance) could hold default kwargs to be applied to any open() function, perhaps separate ones for reading and writing. In this case, that would mean supplying acl="public-read". - the consolidate_zarr could be made to accept extra parameters to define how the .zmetadata file is made, perhaps even accept a file-like object to write into, so the user gets complete control - the mapper translates some exceptions into KeyError, which is what zarr needs to conclude that .zmetadata is missing. You could include PermissionError in this now (missing_exceptions kwarg to get_mapper), but we can talk about what the best defaults are.

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