html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/pull/1881#issuecomment-362677645,https://api.github.com/repos/pydata/xarray/issues/1881,362677645,MDEyOklzc3VlQ29tbWVudDM2MjY3NzY0NQ==,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}",,293869118
https://github.com/pydata/xarray/pull/1881#issuecomment-362674117,https://api.github.com/repos/pydata/xarray/issues/1881,362674117,MDEyOklzc3VlQ29tbWVudDM2MjY3NDExNw==,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
wrote:
> *@fmaussion* commented on this pull request.
> ------------------------------
>
> In doc/gallery/plot_rasterio_rgb.py
> :
>
> > +
> +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
>
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> , or mute
> the thread
>
> .
>
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,293869118
https://github.com/pydata/xarray/pull/1881#issuecomment-362645757,https://api.github.com/repos/pydata/xarray/issues/1881,362645757,MDEyOklzc3VlQ29tbWVudDM2MjY0NTc1Nw==,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}",,293869118