home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 787059836

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/2437#issuecomment-787059836 https://api.github.com/repos/pydata/xarray/issues/2437 787059836 MDEyOklzc3VlQ29tbWVudDc4NzA1OTgzNg== 14808389 2021-02-27T11:40:09Z 2021-02-27T11:52:49Z MEMBER

@spencerkclark: if the dataset linked to above is a good example, that would be

<tt>ds.info()</tt> ``` xarray.Dataset { dimensions: id = 37 ; time = 1380 ; variables: float32 runoff_mean(time, id) ; runoff_mean:units = m3/s ; runoff_mean:long_name = GRDC calculated from daily data ; float32 flag(time, id) ; flag:long_name = percentage of valid values used for calculation from daily data ; float32 area(id) ; area:units = km2 ; area:long_name = catchment area ; object country(id) ; country:long_name = country name ; country:iso2 = ISO 3166-1 alpha-2 - two-letter country code ; float32 geo_x(id) ; geo_x:units = degree_east ; geo_x:long_name = station longitude (WGS84) ; float32 geo_y(id) ; geo_y:units = degree_north ; geo_y:long_name = station latitude (WGS84) ; float32 geo_z(id) ; geo_z:units = m ; geo_z:long_name = station altitude (m above sea level) ; object owneroforiginaldata(id) ; owneroforiginaldata:long_name = Owner of original data ; object river_name(id) ; river_name:long_name = river name ; object station_name(id) ; station_name:long_name = station name ; float32 timezone(id) ; timezone:units = 00:00 ; timezone:long_name = utc offset, in relation to the national capital ; int64 time(time) ; time:long_name = time ; int32 id(id) ; id:long_name = grdc number ; // global attributes: :title = Mean daily discharge (Q) ; :Conventions = CF-1.7 ; :references = grdc.bafg.de ; :institution = GRDC ; :history = Download from GRDC Database, 26/02/2021 ; :missing_value = -999.000 ; } ```

so no units or calendar attributes on time

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