Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot cube over OS map #14

Closed
rhattersley opened this issue Aug 7, 2012 · 3 comments
Closed

Plot cube over OS map #14

rhattersley opened this issue Aug 7, 2012 · 3 comments
Milestone

Comments

@rhattersley
Copy link
Member

Scenario:

  • load data
  • setup current map projection as osgb (with region taken from cube)
  • plot OS map image (with region taken from current map)
  • cell-plot data

Hypothetical example code:

cube = iris.load("my_file")
iris.plot.map_setup("osgb", cube)
iris.plot.draw_wms(wms_url)
iris.quickplot.contourf(cube)
@bblay
Copy link
Contributor

bblay commented Aug 29, 2012

Depends on #15?
Depends on owslib (or alternative), requested in #66.

@ghost ghost assigned bblay Sep 5, 2012
@rhattersley
Copy link
Member Author

Now that we're using cartopy (#119) and have support for the OSGB projection this is just a cartopy issue.

@pelson
Copy link
Member

pelson commented Oct 3, 2012

this is just a cartopy issue.

Solved in SciTools/cartopy#36, if you have the appropriate data.
Note: it has not been achieved using wms, which is another feature that is ripe for Cartopy enhancement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants