home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1569021273

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/7884#issuecomment-1569021273 https://api.github.com/repos/pydata/xarray/issues/7884 1569021273 IC_kwDOAMm_X85dhV1Z 14808389 2023-05-30T20:07:31Z 2023-05-30T20:08:04Z MEMBER

No, this should still work: sh conda create -n test -c conda-forge xarray ipython python=3.11 cfgrib pooch conda activate test ipython ```python import xarray as xr

xr.tutorial.open_dataset("era5-2mt-2019-03-uk.grib") `` We somewhat recently dropped the builtincfgribengine in favor of the one provided by thecfgribpackage (and that is also the reason why the example in the docs fails:cfgrib` is not installed into the docs environment anymore, which is definitely an oversight).

Which version of cfgrib do you have? For reference, in the environment built with the command above I have cfgrib=0.9.10.3

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