home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 642832962

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
642832962 MDU6SXNzdWU2NDI4MzI5NjI= 4167 forward fill : transpose_coords=False 4338975 closed 0     3 2020-06-22T07:37:19Z 2021-02-21T22:12:51Z 2021-02-21T22:12:51Z NONE      

I'm building a DataArray and get the following future warning, but can't seem to find a way to pass transpose_coords=False to ffill to keep current behavior?

dsinput['soundspeed'] =(('runname','time','azimuth','depth','range'),(speed1[np.newaxis,np.newaxis,np.newaxis,:,:])) dsinput['soundspeed'] =dsinput['soundspeed'].ffill(dim='depth')

/local-home/mor582/miniconda3/envs/dev2/lib/python3.8/site-packages/xarray/core/missing.py:403: FutureWarning: This DataArray contains multi-dimensional coordinates. In the future, these coordinates will be transposed as well unless you specify transpose_coords=False. return apply_ufunc()

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4167/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 79.648ms · About: xarray-datasette