home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 928381010 and user = 5821660 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

  • kmuehlbauer · 1 ✖

issue 1

  • NetCDF: Attempting netcdf-4 operation on netcdf-3 file · 1 ✖

author_association 1

  • MEMBER 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1485155675 https://github.com/pydata/xarray/issues/5515#issuecomment-1485155675 https://api.github.com/repos/pydata/xarray/issues/5515 IC_kwDOAMm_X85Yha1b kmuehlbauer 5821660 2023-03-27T13:59:40Z 2023-03-27T13:59:40Z MEMBER

Late to the party. If this is still an issue for you @mickaellalande, MODIS data can also be read using engine="rasterio" (needs rioxarray).

```python In [1]: import xarray as xr ...: with xr.open_dataset('source/MODIS/MOD10C1.A2000055.061.2020037182124.hdf', engine="rasterio") as ds: ...: display(ds) ...: <xarray.Dataset> Dimensions: (band: 1, x: 7200, y: 3600) Coordinates: * band (band) int64 1 * x (x) float64 -180.0 -179.9 -179.9 ... 179.9 180.0 * y (y) float64 89.97 89.92 89.88 ... -89.93 -89.98 spatial_ref int64 ... Data variables: Day_CMG_Snow_Cover (band, y, x) float32 ... Day_CMG_Clear_Index (band, y, x) float32 ... Day_CMG_Cloud_Obscured (band, y, x) float32 ... Snow_Spatial_QA (band, y, x) float32 ... Attributes: (12/50) ALGORITHMPACKAGEACCEPTANCEDATE: 09-2013 ALGORITHMPACKAGEMATURITYCODE: Normal ALGORITHMPACKAGENAME: MOD_PR10C1 ALGORITHMPACKAGEVERSION: 6 ASSOCIATEDINSTRUMENTSHORTNAME.1: MODIS ASSOCIATEDPLATFORMSHORTNAME.1: Terra ... ... SNOWCOVERPERCENT: 28 SOUTHBOUNDINGCOORDINATE: -90.0 SPSOPARAMETERS: none VERSIONID: 61 WESTBOUNDINGCOORDINATE: -180.0 ZONEIDENTIFIER: Other Grid System

```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  NetCDF: Attempting netcdf-4 operation on netcdf-3 file 928381010

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