home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1282275617

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/7183#issuecomment-1282275617 https://api.github.com/repos/pydata/xarray/issues/7183 1282275617 IC_kwDOAMm_X85Mbfkh 14808389 2022-10-18T12:02:39Z 2022-10-18T12:04:09Z MEMBER

Not sure. As far as I can tell, the information that could be put in the repr would be: - the names of the wrapped variables - the index class name - any parameters passed to the constructor - parameters inferred from the data?

I guess the separation very much depends on how we want to display the indexes. For now, I'd imagine something like this would be great: [lat, lon] KDTree(ranges={"lat": [-45, 45], "lon": [-60, 30]}, leaf_size=10) where leaf_size was passed to the constructor and ranges is computed from the mins / maxes attributes of the k-d tree.

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