home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 411365882

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
411365882 MDU6SXNzdWU0MTEzNjU4ODI= 2773 Feature request: show units in dataset overview 12229877 closed 0     5 2019-02-18T08:57:44Z 2021-05-14T21:16:04Z 2021-05-14T21:16:04Z CONTRIBUTOR      

Here's a hypothetical dataset:

<xarray.Dataset> Dimensions: (time: 3, x: 988, y: 822) Coordinates: * x (x) float64 ... * y (y) float64 ... * time (time) datetime64[ns] ... Data variables: rainfall (time, y, x) float32 ... max_temp (time, y, x) float32 ...

It would be really nice if the units of the coordinates and of the data variables were shown in the Dataset repr, for example as:

<xarray.Dataset> Dimensions: (time: 3, x: 988, y: 822) Coordinates: * x, in metres (x) float64 ... * y, in metres (y) float64 ... * time (time) datetime64[ns] ... Data variables: rainfall, in mm (time, y, x) float32 ... max_temp, in deg C (time, y, x) float32 ...

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

  • 1 row from issues_id in issues_labels
  • 5 rows from issue in issue_comments
Powered by Datasette · Queries took 0.657ms · About: xarray-datasette