Skip to content

Plot cube over OS map #14

@rhattersley

Description

@rhattersley

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions