home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 656384840

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/4213#issuecomment-656384840 https://api.github.com/repos/pydata/xarray/issues/4213 656384840 MDEyOklzc3VlQ29tbWVudDY1NjM4NDg0MA== 35968931 2020-07-09T22:39:00Z 2020-07-09T22:39:00Z MEMBER

Thanks @TomNicholas for a thorough explanation. Now it makes sense.

No problem, thanks for flagging it.

Yes, it would be great if you can add an example on how to find and trim overlapping coordinates. I don't really know how to find common coordinates in spatial datasets using isel.

Do you already know which data points overlap? You know they are NaNs, so do you know how many NaNs there are at the edge of your tiles? If you do then it's just like .isel(lat=slice(2, None)) for example, but if you don't then it might be a more complicated pre-processing to do.

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