issues: 1647805851
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1647805851 | I_kwDOAMm_X85iN4Wb | 7700 | Losing data when reading/converting GRIB2 files to netCDF using `open_dataset`/`to_netcdf` methods | 31394655 | closed | 0 | 2 | 2023-03-30T15:00:34Z | 2023-03-30T17:03:15Z | 2023-03-30T17:03:15Z | NONE | What is your issue?Hi all, I have data on GRIB2 format file and I want to convert it to netCDF format. The original dataset (confirmed by using The messages of the original file are
To make the conversion I am running the following commands: ``` import xarray data = xarray.open_dataset('filename.grib2', engine = 'cfgrib') data.to_netcdf('netcdf_file.nc') ``` and then to read it from another file I run
In any case both
Is Thanks in advance, MartÃn Gamboa |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/7700/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |
