home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 615288533

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
615288533 MDU6SXNzdWU2MTUyODg1MzM= 4050 RuntimeError: NetCDF: HDF error 47941638 closed 0     3 2020-05-10T00:40:56Z 2023-05-23T20:07:28Z 2020-07-19T11:47:47Z NONE      

while checking some attributes from a netcdf file with following code

MCVE Code Sample

```python

Your code here

with xr.open_dataset(s5p_file, group='PRODUCT') as s5p_img_PRO: print(s5p_img_PRO)

```

Expected Output

a list of metadata should be appread

Problem Description

RuntimeError: NetCDF: HDF error

Versions

python 3.7 and jupyter notebook

Output of <tt>xr.show_versions()</tt>
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4050/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.565ms · About: xarray-datasette