home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 165540933 and user = 206773 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • forman · 2 ✖

issue 1

  • Let open_mfdataset() respect cell boundary variables · 2 ✖

author_association 1

  • NONE 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
241661434 https://github.com/pydata/xarray/issues/899#issuecomment-241661434 https://api.github.com/repos/pydata/xarray/issues/899 MDEyOklzc3VlQ29tbWVudDI0MTY2MTQzNA== forman 206773 2016-08-23T08:24:09Z 2016-08-23T08:24:09Z NONE

like we could use the bounds attribute in this dataset

Yes. And use of the bounds attribute is also CF-compliant.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Let open_mfdataset() respect cell boundary variables 165540933
241379712 https://github.com/pydata/xarray/issues/899#issuecomment-241379712 https://api.github.com/repos/pydata/xarray/issues/899 MDEyOklzc3VlQ29tbWVudDI0MTM3OTcxMg== forman 206773 2016-08-22T10:59:23Z 2016-08-22T10:59:23Z NONE

Now sorry for the delay on my side - just returned from Holidays.

Here is the concrete example: https://www.dropbox.com/sh/1a30p6aya96nftl/AAD6E4aCRkC2PLafZDboFszJa?dl=0 (The *.nc files contain time series of images of analysed sea surface temperatures and are generated by the ESA SST CCI (Climate Change Initiative) project.)

If I open these using open_mfdataset() then lat_bnds, lon_bnds, time_bnds have an extra time dimension, which of course doesn't make sense.

Ideally, lat_bnds, lon_bnds, time_bnds should be correctly recognized as kind of coordinates, as you say.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Let open_mfdataset() respect cell boundary variables 165540933

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 177.769ms · About: xarray-datasette