cartopy.io.LocatedImage#

class cartopy.io.LocatedImage(image, extent)[source]#
Define an image and associated extent in the form:

image, (min_x, max_x, min_y, max_y)

__init__()#

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

extent

Alias for field number 1

image

Alias for field number 0