home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "NONE" and issue = 406612733 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 2

  • cofinoa 1
  • karl-malakoff 1

issue 1

  • handle default fill value · 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
1292086842 https://github.com/pydata/xarray/issues/2742#issuecomment-1292086842 https://api.github.com/repos/pydata/xarray/issues/2742 IC_kwDOAMm_X85NA646 cofinoa 5098603 2022-10-26T13:52:50Z 2022-10-26T13:52:50Z NONE

xarray it's assuming that _FillValue it's allways an attribute for netcdf, but it's only an attribute when a _FillValue it's been added to the variable explicitly.

The _FillValue should be requested only when the variable has the mode FILL ON active. Then, if no _FilleValue attributte it's been defined, then the netcdf default _FillValue should be use.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  handle default fill value 406612733
460890400 https://github.com/pydata/xarray/issues/2742#issuecomment-460890400 https://api.github.com/repos/pydata/xarray/issues/2742 MDEyOklzc3VlQ29tbWVudDQ2MDg5MDQwMA== karl-malakoff 5793360 2019-02-06T03:36:13Z 2019-02-06T03:36:13Z NONE

Thanks for the response.

The file is now available here: http://www.marine.csiro.au/cgi-bin/marlin-dl/Investigator_NF/in2018_v06/data/in2018_v06_ADCP_nc.zip

I used the one titled 'in2018_v06_os150nb.nc' in my examples but both files display the same behaviour.

The output from xarray.show_versions() is below:

INSTALLED VERSIONS

commit: None python: 3.6.1 |Anaconda custom (64-bit)| (default, May 11 2017, 13:25:24) [MSC v.1900 64 bit (AMD64)] python-bits: 64 OS: Windows OS-release: 10 machine: AMD64 processor: Intel64 Family 6 Model 94 Stepping 3, GenuineIntel byteorder: little LC_ALL: None LANG: None LOCALE: None.None libhdf5: 1.10.3 libnetcdf: 4.6.1

xarray: 0.11.3 pandas: 0.23.0 numpy: 1.14.2 scipy: 0.19.0 netCDF4: 1.4.2 pydap: None h5netcdf: None h5py: None Nio: None zarr: None cftime: 1.0.0b1 PseudonetCDF: None rasterio: None cfgrib: None iris: None bottleneck: 1.2.1 cyordereddict: None dask: 0.17.2 distributed: 1.21.4 matplotlib: 2.0.2 cartopy: 0.16.0 seaborn: 0.7.1 setuptools: 40.6.3 pip: 19.0.1 conda: 4.5.11 pytest: 3.0.7 IPython: 7.2.0 sphinx: 1.5.6

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  handle default fill value 406612733

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