issue_comments: 272582585
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/486#issuecomment-272582585 | https://api.github.com/repos/pydata/xarray/issues/486 | 272582585 | MDEyOklzc3VlQ29tbWVudDI3MjU4MjU4NQ== | 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 } |
96211612 |