issue_comments: 779771902
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/4472#issuecomment-779771902 | https://api.github.com/repos/pydata/xarray/issues/4472 | 779771902 | MDEyOklzc3VlQ29tbWVudDc3OTc3MTkwMg== | 17162724 | 2021-02-16T11:20:48Z | 2021-02-16T11:20:48Z | CONTRIBUTOR | Works ok for me on my mac ``` conda create -n test_env python=3.8 --y conda activate test_env conda install -c conda-forge xarray cfgrib ipython wget http://download.ecmwf.int/test-data/cfgrib/era5-levels-members.grib ipython import xarray as xr ds = xr.open_dataset('era5-levels-members.grib', engine='cfgrib') ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
711061803 |