home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 226411408

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/pull/882#issuecomment-226411408 https://api.github.com/repos/pydata/xarray/issues/882 226411408 MDEyOklzc3VlQ29tbWVudDIyNjQxMTQwOA== 10194086 2016-06-16T07:42:13Z 2016-06-16T07:42:13Z MEMBER

Yes is is possible to say subplot_kws=dict(projection=ccrs.PlateCaree(). For a single plot it is not possible to specify the projection (as ax=plt.gca()) in the current implementation. Thus one has to create and pass a geoaxes explicitly.

I like the idea of doing data.geoplot.pcolormesh() - We could keep the standard name of the plotting function without the need to make up our own. - It is possibly easier to extend it to contour and contourf. - We can possibly offer more control over specific cartopy features (although adding coasts is possibly the one thing that we will be able to agree on).

Some questions: - Would it also offer data.geoplot.line ect.? There is no point but this would be consistent might be asked for. - We would need to think hard about how to extend the current implementation without needing to duplicate it.

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