home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "NONE" and issue = 538380868 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

  • mikebyrne6 5

issue 1

  • Error time slicing for some CMIP6 models · 5 ✖

author_association 1

  • NONE · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
566114523 https://github.com/pydata/xarray/issues/3627#issuecomment-566114523 https://api.github.com/repos/pydata/xarray/issues/3627 MDEyOklzc3VlQ29tbWVudDU2NjExNDUyMw== mikebyrne6 57364981 2019-12-16T15:40:06Z 2019-12-16T15:40:06Z NONE

All sorted @spencerkclark, many thanks for so generously helping out an xarray beginner!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error time slicing for some CMIP6 models 538380868
566101760 https://github.com/pydata/xarray/issues/3627#issuecomment-566101760 https://api.github.com/repos/pydata/xarray/issues/3627 MDEyOklzc3VlQ29tbWVudDU2NjEwMTc2MA== mikebyrne6 57364981 2019-12-16T15:10:38Z 2019-12-16T15:10:38Z NONE

You're right, I'm stilling running the 0.14.0 version... Somehow the upgrade to 0.14.1 did not work, will try again...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error time slicing for some CMIP6 models 538380868
566073210 https://github.com/pydata/xarray/issues/3627#issuecomment-566073210 https://api.github.com/repos/pydata/xarray/issues/3627 MDEyOklzc3VlQ29tbWVudDU2NjA3MzIxMA== mikebyrne6 57364981 2019-12-16T14:00:22Z 2019-12-16T14:00:22Z NONE

The data I'm trying to work with are for CESM2 ('historical' simulation) and are stored in the Google Cloud at:

gs://cmip6/CMIP/NCAR/CESM2/historical/r1i1p1f1/Amon/tas/gn/

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error time slicing for some CMIP6 models 538380868
566065439 https://github.com/pydata/xarray/issues/3627#issuecomment-566065439 https://api.github.com/repos/pydata/xarray/issues/3627 MDEyOklzc3VlQ29tbWVudDU2NjA2NTQzOQ== mikebyrne6 57364981 2019-12-16T13:40:00Z 2019-12-16T13:40:00Z NONE

Thanks again @spencerkclark! I upgraded xarray as suggested but still getting the error directly above...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error time slicing for some CMIP6 models 538380868
566059831 https://github.com/pydata/xarray/issues/3627#issuecomment-566059831 https://api.github.com/repos/pydata/xarray/issues/3627 MDEyOklzc3VlQ29tbWVudDU2NjA1OTgzMQ== mikebyrne6 57364981 2019-12-16T13:26:10Z 2019-12-16T13:26:30Z NONE

Hi @spencerkclark,

Thanks a lot for the quick response! Indeed I did not have cftime installed. After installing, the time-slicing error has evolved:

~/anaconda3/lib/python3.6/site-packages/xarray/coding/cftimeindex.py in _parse_iso8601_with_reso(date_type, timestr) 114 # 1.0.3.4. 115 replace["dayofwk"] = -1 --> 116 return default.replace(**replace), resolution 117 118

cftime/_cftime.pyx in cftime._cftime.datetime.replace()

ValueError: Replacing the dayofyr or dayofwk of a datetime is not supported.

Any ideas here?

Cheers,

Mike

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error time slicing for some CMIP6 models 538380868

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