home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 321245721

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/1505#issuecomment-321245721 https://api.github.com/repos/pydata/xarray/issues/1505 321245721 MDEyOklzc3VlQ29tbWVudDMyMTI0NTcyMQ== 4992424 2017-08-09T12:50:40Z 2017-08-09T12:50:40Z NONE

How exactly is your WRF output split? It's not clear exactly what you want to do... is it split along different tiles such that indices [1, ..., m] are in ds_col_0, [m+1, ..., p] are in ds_col_1, and [p+1, ..., n] are in ds_col_2? Or is each dataset a different vertical level? Or a different timestep?

I'm not sure that xr.concat will even work if you pass dim a list of dimensions. It's only designed to concatenate along one dimension at a time; if you pass a pandas Index or a DataArray as the argument for dim, then it will create a new dimension in the dataset and use the values in that argument as the coordinates - so you have to exactly match the number Datasets or DataArrays in the first argument.

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