issues: 95788263
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 95788263 | MDU6SXNzdWU5NTc4ODI2Mw== | 479 | Define order of coordinates / variables of netcdf created from dset | 7799184 | closed | 0 | 1 | 2015-07-18T04:49:56Z | 2015-07-20T03:18:25Z | 2015-07-20T03:18:25Z | CONTRIBUTOR | Hi guys, I'm saving this dataset as a netcdf file:
However I'm not sure how to preserve the order of the coordinates in the output netcdf: ``` netcdf test { dimensions: lat = 41 ; month = 12 ; lon = 41 ; variables: float lat(lat) ; double wdir_mean(month, lat, lon) ; double wspd_mean(month, lat, lon) ; float lon(lon) ; int64 month(month) ; // global attributes: :date_created = "2015-07-18 16:20:02.603378" ; } ``` Is there a way to make sure coordinates / variables are written to netcdf at some specific order please? Thanks |
{
"url": "https://api.github.com/repos/pydata/xarray/issues/479/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
completed | 13221727 | issue |