home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1282538696

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/7181#issuecomment-1282538696 https://api.github.com/repos/pydata/xarray/issues/7181 1282538696 IC_kwDOAMm_X85McfzI 1486942 2022-10-18T15:02:40Z 2022-10-18T15:02:40Z CONTRIBUTOR

Nope, either single values or flat dicts:

python In [6]: ds.n Out[6]: <xarray.DataArray 'n' (t: 6, x: 6, y: 12, z: 7)> dask.array<concatenate, shape=(6, 6, 12, 7), dtype=float64, chunksize=(6, 2, 4, 7), chunktype=numpy.ndarray> Coordinates: dx (x, y) float64 dask.array<chunksize=(2, 4), meta=np.ndarray> dy (x, y) float64 dask.array<chunksize=(2, 4), meta=np.ndarray> dz float64 0.8976 * t (t) float64 0.0 10.0 20.0 30.0 40.0 50.0 * x (x) int64 0 1 2 3 4 5 * y (y) float64 1.0 3.0 5.0 7.0 9.0 11.0 13.0 15.0 17.0 19.0 21.0 23.0 * z (z) float64 0.0 0.8976 1.795 2.693 3.59 4.488 5.386 Attributes: direction_y: Standard cell_location: CELL_CENTRE direction_z: Standard metadata: {'BOUT_VERSION': 4.3, 'use_metric_3d': 0, 'NXPE': 3, 'NYP... options: None geometry:

Our coordinates are dask.array though -- is that likely to affect things?

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