home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 303330504

This data as json

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/1260#issuecomment-303330504 https://api.github.com/repos/pydata/xarray/issues/1260 303330504 MDEyOklzc3VlQ29tbWVudDMwMzMzMDUwNA== 1392657 2017-05-23T08:37:59Z 2017-05-23T08:37:59Z CONTRIBUTOR

Note that the above tiff was made with something like the following code:

``` res = 0.5 nlat = 180 nlon = 360 left_lon = -180 upper_lat = 90 crs = 'epsg:4326'

profile = { 'affine': rio.Affine(res, 0.0, left_lon, 0.0, -res, upper_lat), 'dtype': 'int32', 'height': int(nlat / res), 'width': int(nlon / res), 'nodata': '-1', 'crs': crs, } ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  206905158
Powered by Datasette · Queries took 0.751ms · About: xarray-datasette