home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 512584839

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
512584839 MDU6SXNzdWU1MTI1ODQ4Mzk= 3449 open_rasterio: Need to move Affine object to left side 8699967 closed 0     2 2019-10-25T15:37:45Z 2019-10-25T15:47:34Z 2019-10-25T15:40:09Z CONTRIBUTOR      

MCVE Code Sample

python xarray.open_rasterio(...)

Problem Description

Need to move the transform to the left side.

Warning: DeprecationWarning: Right multiplication will be prohibited in version 3.0 x, _ = (np.arange(nx) + 0.5, np.zeros(nx) + 0.5) * transform

Should be: x, _ = transform * (np.arange(nx) + 0.5, np.zeros(nx) + 0.5)

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3449/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 2 rows from issue in issue_comments
Powered by Datasette · Queries took 0.517ms · About: xarray-datasette