home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 94160506

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
94160506 MDU6SXNzdWU5NDE2MDUwNg== 462 Create a way to calculate computed coordinates 2599958 closed 0     2 2015-07-09T21:54:50Z 2019-03-03T12:23:58Z 2019-03-03T12:23:58Z NONE      

Create computed coordinates in a lazy way, given a user defined equation for defining these coordinates.

E.g.,

my_depths(params): # do the calculation return depths

Then, link ds.salt.z to my_depths, such that

ds.salt.z

returns the depths, calculated on request. Or better, an object that returns values only upon indexing.

See, e.g., The equations: https://github.com/hetland/octant/blob/master/octant/depths.py

One way to do the lazy calculations just in python https://github.com/hetland/octant/blob/68f51005480c8cb9f83098b0f751b4e8086c11b5/octant/roms.py#L244

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/462/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

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