home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

11 rows where author_association = "CONTRIBUTOR" and user = 72196131 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: issue_url, reactions, created_at (date), updated_at (date)

issue 4

  • xarray / vtk integration 8
  • Error when writing string coordinate variables to zarr 1
  • Update area_weighted_temperature.ipynb 1
  • Add pyvista-xarray to visualization ecosystem 1

user 1

  • RichardScottOZ · 11 ✖

author_association 1

  • CONTRIBUTOR · 11 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1174876244 https://github.com/pydata/xarray/pull/6745#issuecomment-1174876244 https://api.github.com/repos/pydata/xarray/issues/6745 IC_kwDOAMm_X85GBzBU RichardScottOZ 72196131 2022-07-05T10:06:35Z 2022-07-05T10:06:35Z CONTRIBUTOR

Indeed!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add pyvista-xarray to visualization ecosystem 1292103688
1086610757 https://github.com/pydata/xarray/issues/4470#issuecomment-1086610757 https://api.github.com/repos/pydata/xarray/issues/4470 IC_kwDOAMm_X85AxF1F RichardScottOZ 72196131 2022-04-02T10:30:44Z 2022-04-02T10:30:44Z CONTRIBUTOR

Just have to find some time to start.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray / vtk integration 710357592
1078791368 https://github.com/pydata/xarray/issues/4470#issuecomment-1078791368 https://api.github.com/repos/pydata/xarray/issues/4470 IC_kwDOAMm_X85ATQzI RichardScottOZ 72196131 2022-03-25T08:49:19Z 2022-03-25T08:49:19Z CONTRIBUTOR

Ok, so a discussion:-

https://github.com/pyvista/pyvista/discussions/2375

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray / vtk integration 710357592
1069596655 https://github.com/pydata/xarray/issues/4470#issuecomment-1069596655 https://api.github.com/repos/pydata/xarray/issues/4470 IC_kwDOAMm_X84_wL_v RichardScottOZ 72196131 2022-03-16T20:31:38Z 2022-03-16T20:31:38Z CONTRIBUTOR

e.g. for a Uniform Grid

python data = result['density'].reshape(result.dimensions[2],result.dimensions[1],result.dimensions[0]) XC = [result.bounds[0]+200*i for i in range(result.dimensions[0])] YC = [result.bounds[2]+200*i for i in range(result.dimensions[1])] ZC = [result.bounds[4]+200*i for i in range(result.dimensions[2])] da = xr.DataArray(data=data, dims=["z", "y","x"], coords={"z": ZC, "y": YC, "x": XC})

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray / vtk integration 710357592
1068478794 https://github.com/pydata/xarray/issues/4470#issuecomment-1068478794 https://api.github.com/repos/pydata/xarray/issues/4470 IC_kwDOAMm_X84_r7FK RichardScottOZ 72196131 2022-03-15T21:13:29Z 2022-03-15T21:13:29Z CONTRIBUTOR

So reversing that would require storing the metadata etc. and whatever the meshgrid reversal is?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray / vtk integration 710357592
1068462054 https://github.com/pydata/xarray/issues/4470#issuecomment-1068462054 https://api.github.com/repos/pydata/xarray/issues/4470 IC_kwDOAMm_X84_r2_m RichardScottOZ 72196131 2022-03-15T20:52:10Z 2022-03-15T20:52:10Z CONTRIBUTOR

I use this sort of thing a lot, anyway. https://banesullivan.com/pyvista/examples/raster.html#sphx-glr-pyvista-examples-raster-py

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  xarray / vtk integration 710357592
1068439766 https://github.com/pydata/xarray/issues/4470#issuecomment-1068439766 https://api.github.com/repos/pydata/xarray/issues/4470 IC_kwDOAMm_X84_rxjW RichardScottOZ 72196131 2022-03-15T20:30:49Z 2022-03-15T20:30:49Z CONTRIBUTOR

Yes, that sounds good. Definitely be useful to put this in some workflows.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray / vtk integration 710357592
1067899770 https://github.com/pydata/xarray/issues/4470#issuecomment-1067899770 https://api.github.com/repos/pydata/xarray/issues/4470 IC_kwDOAMm_X84_ptt6 RichardScottOZ 72196131 2022-03-15T11:52:52Z 2022-03-15T11:52:52Z CONTRIBUTOR

And again mesh to data array and back, by variety?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray / vtk integration 710357592
1012775723 https://github.com/pydata/xarray/issues/3476#issuecomment-1012775723 https://api.github.com/repos/pydata/xarray/issues/3476 IC_kwDOAMm_X848Xbsr RichardScottOZ 72196131 2022-01-14T04:55:03Z 2022-01-14T04:55:03Z CONTRIBUTOR

Think it worked with one variable - @Hoeze workaround was necessary for more than one.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error when writing string coordinate variables to zarr 516306758
940952442 https://github.com/pydata/xarray/issues/4470#issuecomment-940952442 https://api.github.com/repos/pydata/xarray/issues/4470 IC_kwDOAMm_X844Fct6 RichardScottOZ 72196131 2021-10-12T12:09:42Z 2021-10-12T12:09:42Z CONTRIBUTOR

Ryan what would you start with? I had a use case this week.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  xarray / vtk integration 710357592
778722705 https://github.com/pydata/xarray/pull/4903#issuecomment-778722705 https://api.github.com/repos/pydata/xarray/issues/4903 MDEyOklzc3VlQ29tbWVudDc3ODcyMjcwNQ== RichardScottOZ 72196131 2021-02-14T04:29:57Z 2021-02-14T04:29:57Z CONTRIBUTOR

Thanks - and thanks for all the hard work. I have been using it a lot recently.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Update area_weighted_temperature.ipynb 807662600

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 485.129ms · About: xarray-datasette