home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 293869118 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • shoyer 1
  • jhamman 1
  • fmaussion 1

issue 1

  • Fix rasterio example in docs · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
362677645 https://github.com/pydata/xarray/pull/1881#issuecomment-362677645 https://api.github.com/repos/pydata/xarray/issues/1881 MDEyOklzc3VlQ29tbWVudDM2MjY3NzY0NQ== fmaussion 10050469 2018-02-02T19:11:01Z 2018-02-02T19:11:01Z MEMBER

Thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix rasterio example in docs 293869118
362674117 https://github.com/pydata/xarray/pull/1881#issuecomment-362674117 https://api.github.com/repos/pydata/xarray/issues/1881 MDEyOklzc3VlQ29tbWVudDM2MjY3NDExNw== shoyer 1217238 2018-02-02T18:58:24Z 2018-02-02T18:58:24Z MEMBER

OK, LGTM

On Fri, Feb 2, 2018 at 10:57 AM Fabien Maussion notifications@github.com wrote:

@fmaussion commented on this pull request.

In doc/gallery/plot_rasterio_rgb.py https://github.com/pydata/xarray/pull/1881#discussion_r165728954:

+ +import os +import urllib.request +import xarray as xr +import cartopy.crs as ccrs +import matplotlib.pyplot as plt + +# Download the file from rasterio's repository +url = 'https://github.com/mapbox/rasterio/raw/master/tests/data/RGB.byte.tif' +urllib.request.urlretrieve(url, 'RGB.byte.tif') + +# Read the data +da = xr.open_rasterio('RGB.byte.tif') + +# Normalize the image +da = da / 255

That's unfortunately necessary, see #1880 https://github.com/pydata/xarray/issues/1880

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/pull/1881#discussion_r165728954, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKS1nkIbFX5Fez6jbcpsykDaC6_s1ZJks5tQ1pDgaJpZM4R3GRI .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix rasterio example in docs 293869118
362645757 https://github.com/pydata/xarray/pull/1881#issuecomment-362645757 https://api.github.com/repos/pydata/xarray/issues/1881 MDEyOklzc3VlQ29tbWVudDM2MjY0NTc1Nw== jhamman 2443309 2018-02-02T17:11:01Z 2018-02-02T17:11:01Z MEMBER

LGTM. Thanks @fmaussion. I had noticed this was broken but hadn't figured out why yet.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix rasterio example in docs 293869118

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