home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 499057067 and user = 25098330 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

  • hevgyrt · 2 ✖

issue 1

  • Zeros on longitude variable · 2 ✖

author_association 1

  • NONE 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

:

That URL doesn't seem to work: http://nbstds.met.no/thredds/dodsC/NBS/S2A/2019/08/27/S2A_MSIL1C_20190827T123701_N0208_R095_T39XVL_20190827T143509.nc

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/3347?email_source=notifications&email_token=AF7PQWQ2PDJLPNCOYCGDIADQLUB2NA5CNFSM4I25ZB6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7WUNWY#issuecomment-535643867, or mute the thread https://github.com/notifications/unsubscribe-auth/AF7PQWTVCNZH3XGGBYX7D5DQLUB2NANCNFSM4I25ZB6A .

{
    "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

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