home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 820513082

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/5150#issuecomment-820513082 https://api.github.com/repos/pydata/xarray/issues/5150 820513082 MDEyOklzc3VlQ29tbWVudDgyMDUxMzA4Mg== 14808389 2021-04-15T15:19:25Z 2021-04-15T15:19:25Z MEMBER

strange. This seems like a environment issue. Could you try creating a environment with conda env create -f env.yml?

contents of <tt>env.yml</tt> ``` name: test channels: - conda-forge dependencies: - python=3.8.6 - xarray=0.16.2 - pandas=1.2.1 - numpy=1.19.2 - scipy=1.6.0 - netCDF4=1.5.5.1 - h5py=2.10.0 - zarr=2.6.1 - cftime=1.3.1 - nc-time-axis=1.2.0 - iris=2.4.0 - bottleneck=1.3.2 - dask=2021.01.0 - distributed=2021.01.0 - matplotlib=3.3.3 - cartopy=0.18.0 - seaborn=0.11.1 - setuptools=49.6.0 - pip=20.3.1 - conda=4.9.2 - pytest=6.2.1 - ipython=7.19.0 - sphinx=3.4.3 - libnetcdf=4.7.4 - cfgrib=0.9.9.0 - h5netcdf=0.8.1 ```

With that, python -c 'import xarray as xr; xr.tutorial.open_dataset("era5-2mt-2019-03-uk.grib", engine="cfgrib")' passes for me.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  856915051
Powered by Datasette · Queries took 0.87ms · About: xarray-datasette