home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 1631491844

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
1631491844 I_kwDOAMm_X85hPpcE 7647 merge 117328108 open 0     8 2023-03-20T06:44:58Z 2023-04-28T14:27:02Z   NONE      

What is your issue?

```python da = xr.open_dataarray(r'D:\Projects\SARimage_mosaic\merge_data\vel_ll_41-140.grd') db = xr.open_dataarray(r'D:\Projects\SARimage_mosaic\merge_data\vel_ll_143-141.grd')

dc = xr.merge([da, db], join="outer", compat='no_conflicts', combine_attrs='drop_conflicts') dc.to_netcdf('a.grd')

ds = xr.open_dataarray('a.grd')

ds.plot() plt.show() ```

Why are there gaps in the resulting images?

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

Links from other tables

  • 1 row from issues_id in issues_labels
  • 8 rows from issue in issue_comments
Powered by Datasette · Queries took 241.003ms · About: xarray-datasette