issue_comments
12 rows where author_association = "MEMBER" and issue = 99847237 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' · 12 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
131187220 | https://github.com/pydata/xarray/pull/523#issuecomment-131187220 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMTE4NzIyMA== | jhamman 2443309 | 2015-08-14T17:22:02Z | 2015-08-14T17:22:02Z | MEMBER | I submitted an feature request over at numpy. I'm going to close this now. @rabernat - thanks for the PR and keep them coming. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
131178257 | https://github.com/pydata/xarray/pull/523#issuecomment-131178257 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMTE3ODI1Nw== | rabernat 1197350 | 2015-08-14T16:51:27Z | 2015-08-14T16:51:27Z | MEMBER | I am the least knowledgeable person here regarding numpy and pandas development. The issues should probably be opened by someone else. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
131174556 | https://github.com/pydata/xarray/pull/523#issuecomment-131174556 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMTE3NDU1Ng== | shoyer 1217238 | 2015-08-14T16:40:13Z | 2015-08-14T16:40:13Z | MEMBER | Calendar support is numpy is conceivable, but it will pretty much require fixing numpy dtypes first so that they can be parametrized and extended by third parties in Python (this is on the roadmap). Right now the datetime64 type itself is pretty buggy, in large part because it's written in C code that nobody is maintaining. . For pandas, I think the bigger issue is that pandas only does datetime64 with ns resolution. Simply adding us support would go a long ways toward solving this. See here for some discussion on the pandas side: https://github.com/pydata/pandas/issues/7307 On Fri, Aug 14, 2015 at 9:17 AM, Joe Hamman notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
131166492 | https://github.com/pydata/xarray/pull/523#issuecomment-131166492 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMTE2NjQ5Mg== | jhamman 2443309 | 2015-08-14T16:17:10Z | 2015-08-14T16:17:10Z | MEMBER |
I think I disagree. There is almost no chance anyone outside of the climate community is going to spend time on this but, if calendar support was added in a responsible way to numpy and pandas, I don't see why they wouldn't be interested. So it will need to come from the climate users community, which IMHO, is under represented in the dev community. If you don't want open the issue, I will. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
131109207 | https://github.com/pydata/xarray/pull/523#issuecomment-131109207 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMTEwOTIwNw== | rabernat 1197350 | 2015-08-14T13:43:32Z | 2015-08-14T13:43:32Z | MEMBER | Regarding the non-standard calendar support, is it worth opening issues in numpy / pandas? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
131095419 | https://github.com/pydata/xarray/pull/523#issuecomment-131095419 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMTA5NTQxOQ== | rabernat 1197350 | 2015-08-14T12:43:47Z | 2015-08-14T12:43:47Z | MEMBER | Ok, thanks for the thoughtful discussion. I understand why you both feel this shouldn't be implemented in xray. My one objection to the discussion is that I don't think that climatological time is such a "niche" issue--processing climate model output (much of which has no specific calendar date associated with it but still has seasonal cycles, etc.) seems like one of the most useful applications for xray. I come at this from a very practical point of view. I need to use certain datasets (e.g. WOA13, POP model output) for my research and teaching. I want to teach xray in my fall physical oceanography class---it is perfect for teaching because it "just works" and allows students to quickly load data and do basic analysis easily. This PR request would allow me to do that. I understand the counter-arguments, but I don't know exactly how I should proceed if this can't be part of xray. The options seem to be: 1) Don't use the datasets 2) Don't use xray 3) Use xray without time support Is there something else I'm missing? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
130863487 | https://github.com/pydata/xarray/pull/523#issuecomment-130863487 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMDg2MzQ4Nw== | shoyer 1217238 | 2015-08-13T22:11:51Z | 2015-08-13T22:11:51Z | MEMBER | @ocefpaf To be clear, by "strongly prefer to get this fix upstream" I mostly meant that I am reluctant to include this in xray. I would like it to be straightforward for others to extend our reading capabilities for netcdfs by adding custom logic like this for their own equivalent of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
130493686 | https://github.com/pydata/xarray/pull/523#issuecomment-130493686 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMDQ5MzY4Ng== | shoyer 1217238 | 2015-08-13T01:00:28Z | 2015-08-13T01:00:28Z | MEMBER | I would also strongly prefer to get this fix in netCDF4 upstream rather than in xray, if possible. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
130424018 | https://github.com/pydata/xarray/pull/523#issuecomment-130424018 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEzMDQyNDAxOA== | rabernat 1197350 | 2015-08-12T19:45:42Z | 2015-08-12T19:45:42Z | MEMBER | Here is another example of a dataset with a similar time encoding issue. This is a valid OpenDAP URL: http://data.nodc.noaa.gov/thredds/dodsC/woa/WOA13/DATAv2/temperature/netcdf/decav/1.00/woa13_decav_t16_01v2.nc The time units are 'months since 0000-01-01 00:00:00'. This is the very popular World Ocean Atlas. Since it is a monthly climatology, the dates are referenced to year 0. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
129268281 | https://github.com/pydata/xarray/pull/523#issuecomment-129268281 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEyOTI2ODI4MQ== | rabernat 1197350 | 2015-08-10T01:22:22Z | 2015-08-10T01:22:22Z | MEMBER | @ocefpaf Unfortunately no OPenDAP endpoint, but I put a sample file on our ftp server ftp://ftp.ldeo.columbia.edu/pub/rpa/pop_sample/b40.1850.track1.2deg.wcm.007.pop.h.0100-01.nc |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
129190075 | https://github.com/pydata/xarray/pull/523#issuecomment-129190075 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEyOTE5MDA3NQ== | rabernat 1197350 | 2015-08-09T14:09:47Z | 2015-08-09T14:09:47Z | MEMBER | @ocefpaf NCAR is one of the lead institutions in terms of the CF conventions. Yet the CESM POP model, also developed at NCAR, has this "year 0" issue! To me this suggests that any practical, real-world application will need to deal with special cases like this one. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 | |
129101660 | https://github.com/pydata/xarray/pull/523#issuecomment-129101660 | https://api.github.com/repos/pydata/xarray/issues/523 | MDEyOklzc3VlQ29tbWVudDEyOTEwMTY2MA== | jhamman 2443309 | 2015-08-09T03:43:09Z | 2015-08-09T03:43:09Z | MEMBER | I have a few general comments, If we end up going this route, you'll want to add some unit tests in test_conventions.py. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix datetime decoding when time units are 'days since 0000-01-01 00:00:00' 99847237 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 3