issue_comments
2 rows where issue = 499057067 and user = 25098330 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Zeros on longitude variable · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
535657911 | https://github.com/pydata/xarray/issues/3347#issuecomment-535657911 | https://api.github.com/repos/pydata/xarray/issues/3347 | MDEyOklzc3VlQ29tbWVudDUzNTY1NzkxMQ== | hevgyrt 25098330 | 2019-09-26T19:44:45Z | 2019-09-26T19:44:45Z | NONE | It is an OPeNDAP URL. If you add ".html" or ".dds" you should get some information in a web browser. xarray and netCDF4 reads the url as given.. tor. 26. sep. 2019 kl. 21:06 skrev Deepak Cherian <notifications@github.com
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zeros on longitude variable 499057067 | |
535642072 | https://github.com/pydata/xarray/issues/3347#issuecomment-535642072 | https://api.github.com/repos/pydata/xarray/issues/3347 | MDEyOklzc3VlQ29tbWVudDUzNTY0MjA3Mg== | hevgyrt 25098330 | 2019-09-26T19:01:39Z | 2019-09-26T19:01:39Z | NONE | Hi, I would like to use xarray for our Copernicus Sentinel-2 data in satellittdata.no which are in NetCDF-4/CF. However, the longitude variable gives a lot of zeros when using xarray, but the correct values using netCDF4 Dataset reader: ncin_s2 = xa.open_dataset('http://nbstds.met.no/thredds/dodsC/NBS/S2A/2019/08/27/S2A_MSIL1C_20190827T123701_N0208_R095_T39XVL_20190827T143509.nc') Reading using OPeNDAP. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Zeros on longitude variable 499057067 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1