home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 317137217

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/pull/1473#issuecomment-317137217 https://api.github.com/repos/pydata/xarray/issues/1473 317137217 MDEyOklzc3VlQ29tbWVudDMxNzEzNzIxNw== 6815844 2017-07-21T23:54:38Z 2017-07-21T23:54:38Z MEMBER

Currently, this line in backends/rasterio_.py fails. This is because that the new indexing logic converts integer-arrays into slices as much as possible, e.g. [0, 2] is converted to slice(0, 3, 2) which is currently regarded as an invalid indexer in rasterio.

However, other array wrappers seem to require the automatic slice conversion. As I am not familiar with rasterio, I will appreciate if anyone gives me a help.

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