home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 326689304

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/pull/1272#issuecomment-326689304 https://api.github.com/repos/pydata/xarray/issues/1272 326689304 MDEyOklzc3VlQ29tbWVudDMyNjY4OTMwNA== 4992424 2017-09-01T21:38:18Z 2017-09-01T21:38:18Z NONE

Resolved to drop auxiliary coordinates which are defined along the dimension to be re-sampled. This makes sense; if someone wants them to be interpolated or manipulated in some way, then they should promote them from coordinates to variables before doing the resampling.

In response to #1328, count() works just fine if you call it from a Resample object. Works for both resampling and up-sampling, but it will preserve the shape of the non-resampled dimensions. I think that's fine, because count() treats NaN as missing by default, so you can immediately know in which grid cells you have missing data :)

Final review, @shoyer, before merging in anticipation of 0.10.0?

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