home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 180503054 and user = 12929592 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

  • slharris · 2 ✖

issue 1

  • Extract value for given time latitude and longitude · 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
251045880 https://github.com/pydata/xarray/issues/1025#issuecomment-251045880 https://api.github.com/repos/pydata/xarray/issues/1025 MDEyOklzc3VlQ29tbWVudDI1MTA0NTg4MA== slharris 12929592 2016-10-03T07:48:53Z 2016-10-03T07:48:53Z NONE

Brilliant - thank you!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Extract value for given time latitude and longitude 180503054
251040498 https://github.com/pydata/xarray/issues/1025#issuecomment-251040498 https://api.github.com/repos/pydata/xarray/issues/1025 MDEyOklzc3VlQ29tbWVudDI1MTA0MDQ5OA== slharris 12929592 2016-10-03T07:08:48Z 2016-10-03T07:08:48Z NONE

Thanks for your response. I am not wanting a range of values that is why I don't want to use slice - I just want the value at the given time, latitude and longitude.

If I use .isel() I receive an 'Assertion Error' on this line: MaxTempatpoint=MaxTempattime.isel(latitude=-39.14952469, longitude=140.84791565)

and if I use .sel() I receive a 'Key Error' - KeyError: -39.14952469 on this line: MaxTempatpoint=MaxTempattime.sel(latitude=-39.14952469, longitude=140.84791565)

I haven't pasted entire error message because I am assuming the issue I am having is simple??

Should I some how convert the latitude and longitude to a different data type and then access? Or is there some way of accessing an index for the latitude and longitude? Any feedback will be greatly appreciated.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Extract value for given time latitude and longitude 180503054

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