issues: 528154893
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
528154893 | MDU6SXNzdWU1MjgxNTQ4OTM= | 3572 | Context manager `AttributeError` when engine='h5netcdf' | 500246 | closed | 0 | 2 | 2019-11-25T15:19:29Z | 2019-11-25T16:12:37Z | 2019-11-25T16:12:37Z | CONTRIBUTOR | Opening this NetCDF file works fine with the default engine, but fails with AttributeError with the h5netcdf engine: MCVE Code SampleData available from EUMETSAT: https://www.eumetsat.int/website/home/Satellites/FutureSatellites/MeteosatThirdGeneration/MTGData/MTGUserTestData/index.html --> ftp://ftp.eumetsat.int/pub/OPS/out/test-data/Test-data-for-External-Users/MTG_FCI_Test-Data/ --> uncompressed ```python import xarray f = "/path/to/.../W_XX-EUMETSAT-Darmstadt,IMG+SAT,MTI1+FCI-1C-RRAD-FDHSI-FD--CHK-BODY--L2P-NC4E_C_EUMT_20170410114434_GTT_DEV_20170410113925_20170410113934_N__C_0070_0067.nc" ds = xarray.open_dataset(f, engine="h5netcdf") ``` Expected OutputNo output at all. Problem DescriptionResults in
Output of
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/3572/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |