-
Notifications
You must be signed in to change notification settings - Fork 297
Closed
Labels
Milestone
Description
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)