issue_comments
13 rows where author_association = "NONE" and issue = 96211612 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- API for multi-dimensional resampling/regridding · 13 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
550239231 | https://github.com/pydata/xarray/issues/486#issuecomment-550239231 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDU1MDIzOTIzMQ== | stale[bot] 26384082 | 2019-11-06T10:06:56Z | 2019-11-06T10:06:56Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
325717752 | https://github.com/pydata/xarray/issues/486#issuecomment-325717752 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDMyNTcxNzc1Mg== | JiaweiZhuang 25473287 | 2017-08-29T16:23:07Z | 2017-11-09T02:10:28Z | NONE | I've wrapped ESMF/ESMPy by xarray: https://github.com/JiaweiZhuang/xESMF It supports remapping between arbitrary quadrilateral grids, using ESMF's regridding algorithms including bilinear, conservative, nearest neighbour, etc... See this notebook for an example. The package is still preliminary but it already works. See "Issues & Plans" in the main page for more details. |
{ "total_count": 7, "+1": 7, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
343024897 | https://github.com/pydata/xarray/issues/486#issuecomment-343024897 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDM0MzAyNDg5Nw== | JiaweiZhuang 25473287 | 2017-11-09T02:09:13Z | 2017-11-09T02:09:13Z | NONE | I am thinking about the API design for xESMF (JiaweiZhuang/xESMF#9). Any comments are welcome 😃 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
325998681 | https://github.com/pydata/xarray/issues/486#issuecomment-325998681 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDMyNTk5ODY4MQ== | JiaweiZhuang 25473287 | 2017-08-30T13:58:00Z | 2017-08-30T13:58:00Z | NONE | @ocefpaf Any plan for Python3-compatible ESMPy? I only see Python2.7 here: https://github.com/conda-forge/esmpy-feedstock |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
325974604 | https://github.com/pydata/xarray/issues/486#issuecomment-325974604 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDMyNTk3NDYwNA== | darothen 4992424 | 2017-08-30T12:26:07Z | 2017-08-30T12:26:07Z | NONE | @ocefpaf Awesome, good to know that hurdle has already been leaped :) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
325969302 | https://github.com/pydata/xarray/issues/486#issuecomment-325969302 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDMyNTk2OTMwMg== | darothen 4992424 | 2017-08-30T12:01:29Z | 2017-08-30T12:01:29Z | NONE | If ESMF is the way to go, then some effort needs to be made to build conda recipes and other infrastructure for distributing and building the platform. It's a heavy dependency to haul around. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
325861556 | https://github.com/pydata/xarray/issues/486#issuecomment-325861556 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDMyNTg2MTU1Ng== | JiaweiZhuang 25473287 | 2017-08-30T02:36:08Z | 2017-08-30T03:25:43Z | NONE | @rabernat Thanks for the suggestion! I'll add tests&docs when time allows. If you want to look into details: The package contains the two layers (explained in the "Design Idea" section). The first layer has nothing to do with xarray, but just provides a convenient way (only with numpy) to access a useful subset of ESMPy functions. This layer is important because ESMPy's API is too complicated, but once it is done it doesn't need to be changed too often. The second layer wraps the first layer using xarray. Most of the crafts will be added to the second layer. As a temporary workaround, I've added another notebook for using the low-level wrapper, for interested developers. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
325724614 | https://github.com/pydata/xarray/issues/486#issuecomment-325724614 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDMyNTcyNDYxNA== | kegl 703722 | 2017-08-29T16:47:37Z | 2017-08-29T16:47:37Z | NONE | Super cool, thanks! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
305114655 | https://github.com/pydata/xarray/issues/486#issuecomment-305114655 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDMwNTExNDY1NQ== | forman 206773 | 2017-05-31T07:56:43Z | 2017-05-31T07:56:43Z | NONE | @PeterDSteinberg please have a look at module |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
305033710 | https://github.com/pydata/xarray/issues/486#issuecomment-305033710 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDMwNTAzMzcxMA== | PeterDSteinberg 1445602 | 2017-05-30T23:05:49Z | 2017-05-30T23:05:49Z | NONE | Regridding is of interest to NASA and other clients of ours. It is important to them to be able to do broadcast operations between rasters that differ in resolution or are otherwise offset. We'll follow the XMap repo mentioned above ( @jhamman ) and see about building on that style. Our clients and open source tools like datashader for viz and elm for ML could use XMap and benefit from coordinate transformations and regridding. We have a meeting internally to discuss approaches to the coordinates' metadata and resampling / regridding and I'll be in touch further soon about how we can help here (see also the issues on this experimental earthio repo). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
272582585 | https://github.com/pydata/xarray/issues/486#issuecomment-272582585 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDI3MjU4MjU4NQ== | godfrey4000 18623439 | 2017-01-14T00:17:05Z | 2017-01-14T00:17:05Z | NONE | I'm ready to start working on this project. I already have a prototype regridding class that I developed as part of another project. Working on that, I discovered these points: - regridding takes a long time because the lattices can be huge - the design should accomodate parallel processing on a cluster - data needs to be normalized first (deal with missing values, etc.) - the user will want choices Some of these choices are: - the destination lattice - the interpolation algorithm - subset of the dimension space As the first step in a strategy to achieve this with a sequence of realizable goals, I plan to implement a regridding of just the latitude and longitude dimensions. Is there a style guide that I can/should follow? Something like this: https://google.github.io/styleguide/pyguide.html? Does it or something else define naming conventions? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
271447717 | https://github.com/pydata/xarray/issues/486#issuecomment-271447717 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDI3MTQ0NzcxNw== | godfrey4000 18623439 | 2017-01-10T00:07:16Z | 2017-01-10T00:07:16Z | NONE | I have an immediate need in this area. My objective is to create a tool that will enable arithmetic on variables defined on lattices whose points don't coincide. Through my attempts thus far, it has become clear that I need data structures that incorporate spacial indexing and lattice indexing. Since I have to tackle this issue to proceed, I thought I should follow the thinking discussed in this forum, so that it may be useful to others. |
{ "total_count": 4, "+1": 4, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 | |
207382507 | https://github.com/pydata/xarray/issues/486#issuecomment-207382507 | https://api.github.com/repos/pydata/xarray/issues/486 | MDEyOklzc3VlQ29tbWVudDIwNzM4MjUwNw== | forman 206773 | 2016-04-08T11:14:20Z | 2016-04-08T11:14:20Z | NONE | @jhamman: any progress on this? Our team would be happy to contribute as we have similar requirements in our project. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
API for multi-dimensional resampling/regridding 96211612 |
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 7