cartopy.io.RasterSourceContainer#

class cartopy.io.RasterSourceContainer(contained_source)[source]#

A container which simply calls the appropriate methods on the contained RasterSource.

__init__(contained_source)[source]#
Parameters:

contained_source (RasterSource instance.) – The source of the raster that this container is wrapping.

Methods

__init__(contained_source)

param contained_source:

The source of the raster that this container is wrapping.

fetch_raster(projection, extent, ...)

Return a sequence of images with extents given some constraining information.

validate_projection(projection)

Raise an error if this raster source cannot provide images in the specified projection.