issues: 464315727
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 464315727 | MDU6SXNzdWU0NjQzMTU3Mjc= | 3080 | Error in to_netcdf() | 22454970 | closed | 0 | 2 | 2019-07-04T15:14:33Z | 2023-09-16T08:28:12Z | 2023-09-16T08:28:12Z | NONE | MCVE Code SampleIn order for the maintainers to efficiently understand and prioritize issues, we ask you post a "Minimal, Complete and Verifiable Example" (MCVE): http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports ```python import xarray as xr print(xr.version) url = 'https://pavics.ouranos.ca/twitcher/ows/proxy/thredds/dodsC/birdhouse/cccs_portal/indices/Final/BCCAQv2/tg_mean/YS/rcp26/simulations/BCCAQv2+ANUSPLIN300_bcc-csm1-1_historical+rcp26_r1i1p1_1950-2100_tg_mean_YS.nc' ds = xr.open_dataset(url, chunks={'time':50}) dsSel = ds.sel(lon= -80, lat= 50, method='nearest') outnc = 'tmp.nc' dsSel.to_netcdf(outnc) ``` Problem DescriptionThis may be related to #2850 but I am unable to save to netcdf after performing a simple Expected Outputsaved selection to .nc Output of
|
{
"url": "https://api.github.com/repos/pydata/xarray/issues/3080/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |