home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 96732359

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
96732359 MDU6SXNzdWU5NjczMjM1OQ== 489 problems with big endian DataArrays 1197350 closed 0     4 2015-07-23T05:24:07Z 2015-07-23T20:28:00Z 2015-07-23T20:28:00Z MEMBER      

I have some MITgcm data in a custom binary format that I am trying to wedge into xray. I found that DataArray does not know how to handle big endian datatypes, at least on my system.

python x = xray.DataArray( np.ones(10, dtype='>f4')) print float(x.sum()), x.data.sum()

result:

4.60060298822e-40 10.0

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/489/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
  • 4 rows from issue in issue_comments
Powered by Datasette · Queries took 0.479ms · About: xarray-datasette