issue_comments
9 rows where author_association = "MEMBER" and issue = 341331807 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Add CRS/projection information to xarray objects · 9 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1279429113 | https://github.com/pydata/xarray/issues/2288#issuecomment-1279429113 | https://api.github.com/repos/pydata/xarray/issues/2288 | IC_kwDOAMm_X85MQon5 | dcherian 2448579 | 2022-10-14T20:27:26Z | 2022-10-14T20:27:26Z | MEMBER | I've proposed adding CRSIndex to rioxarray to experiment with propagating CRS info in existing workflows: https://github.com/corteva/rioxarray/issues/588 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 | |
1211392529 | https://github.com/pydata/xarray/issues/2288#issuecomment-1211392529 | https://api.github.com/repos/pydata/xarray/issues/2288 | IC_kwDOAMm_X85INGIR | dcherian 2448579 | 2022-08-10T23:19:48Z | 2022-08-10T23:19:48Z | MEMBER |
Agreed.
Yeah I don't think the PandasMetaIndex is a good pathway for CRSIndex, since we'd want other underlying tree-like structures.
Hadn't seen that. That would be great!
I actually didn't understand what I was supposed to do with
My takeaway was that on the API side, we should prioritize adding Re: reduction to scalar, I agree it seems tricky. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 | |
1211331828 | https://github.com/pydata/xarray/issues/2288#issuecomment-1211331828 | https://api.github.com/repos/pydata/xarray/issues/2288 | IC_kwDOAMm_X85IM3T0 | benbovy 4160723 | 2022-08-10T22:05:58Z | 2022-08-10T22:05:58Z | MEMBER | That's great @dcherian! Some comments (notably regarding your notes in your linked notebook): A lot of boilerplate code in your But as you suggest it, it would be nice if we could also reuse the CRS-related logic with other kinds of index structures (like kd-trees). I've been thinking a bit about the general issue of flexible geospatial xarray indexes but I'm not sure yet how best it could be solved.
This should be supported with #6800 (I need to re-submit a PR targeting
Yes this should be clarified, i.e., whether the
There's some discussion in #4366 about adding a new
That's a tricky one to improve.
Maybe related to #6836 ?
I agree. The index should probably be dropped in that case (i.e., reduction of both the x and y dimensions), leaving the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 | |
1205793138 | https://github.com/pydata/xarray/issues/2288#issuecomment-1205793138 | https://api.github.com/repos/pydata/xarray/issues/2288 | IC_kwDOAMm_X85H3vFy | dcherian 2448579 | 2022-08-04T21:35:50Z | 2022-08-04T21:35:50Z | MEMBER | Here is an alpha version of a CRSIndex heavily drawing on @benbovy's RasterIndex https://github.com/dcherian/crsindex/blob/main/crsindex.ipynb As a non-expert, I very arbitrarily chose to propagate CRS info using a so |
{ "total_count": 5, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 5, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 | |
412410121 | https://github.com/pydata/xarray/issues/2288#issuecomment-412410121 | https://api.github.com/repos/pydata/xarray/issues/2288 | MDEyOklzc3VlQ29tbWVudDQxMjQxMDEyMQ== | shoyer 1217238 | 2018-08-13T05:12:05Z | 2018-08-13T05:12:05Z | MEMBER |
Not yet, unfortunately, but this is what https://github.com/pydata/xarray/pull/2302 is trying to solve.
I think this would be the preferred approach. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 | |
405420045 | https://github.com/pydata/xarray/issues/2288#issuecomment-405420045 | https://api.github.com/repos/pydata/xarray/issues/2288 | MDEyOklzc3VlQ29tbWVudDQwNTQyMDA0NQ== | shoyer 1217238 | 2018-07-17T00:18:58Z | 2018-07-17T00:18:58Z | MEMBER |
I think it would make more sense to think about using multiple |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 | |
405166458 | https://github.com/pydata/xarray/issues/2288#issuecomment-405166458 | https://api.github.com/repos/pydata/xarray/issues/2288 | MDEyOklzc3VlQ29tbWVudDQwNTE2NjQ1OA== | fmaussion 10050469 | 2018-07-16T07:23:53Z | 2018-07-16T07:23:53Z | MEMBER | Correct me if I'm wrong, but from the xarray side it would already be enough if there is a way in xarray to have a special The solution currently is to store What could also be a possibility (without knowing how the internals would look like) is to have a registry of "special attributes" names which would always be preserved by xarray's operations. This registry would live in xarray and can be updated by downstream libraries and/or accessors. (xref: https://github.com/pydata/xarray/issues/1614 ). [1] : my preference goes for a simple PROJ4 string |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 | |
405106421 | https://github.com/pydata/xarray/issues/2288#issuecomment-405106421 | https://api.github.com/repos/pydata/xarray/issues/2288 | MDEyOklzc3VlQ29tbWVudDQwNTEwNjQyMQ== | fmaussion 10050469 | 2018-07-15T17:42:21Z | 2018-07-16T07:18:44Z | MEMBER | This has been discussed from time to time, although not in such an extensive way: thanks! For me, the long list of discussion points that you mention is a clear argument for a dedicated package which will have to solve all these issues. A good example of difficulty to tackle is the fact that geo libraries often do not use the same standards (see the incompatibility between Regarding the xarray side: I also brought this up for my own geo-lib a while ago, and it seems that the cleanest solution to carry a |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 | |
405113116 | https://github.com/pydata/xarray/issues/2288#issuecomment-405113116 | https://api.github.com/repos/pydata/xarray/issues/2288 | MDEyOklzc3VlQ29tbWVudDQwNTExMzExNg== | fmaussion 10050469 | 2018-07-15T19:39:28Z | 2018-07-15T19:39:28Z | MEMBER | geopandas would be a great template for a geoxarray package ;-) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Add CRS/projection information to xarray objects 341331807 |
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 4