cartopy.io.img_nest.ImageCollection¶
- class cartopy.io.img_nest.ImageCollection(name, crs, images=None)[source]¶
- __init__(name, crs, images=None)[source]¶
Represents a collection of images at the same logical level.
Typically these are images at the same zoom level or resolution.
- Parameters
name – The name of the image collection.
crs – The
Projection
instance.images (optional) – A list of one or more
Img
instances. Defaults to None.
Methods
__init__
(name, crs[, images])Represents a collection of images at the same logical level.
scan_dir_for_imgs
(directory[, glob_pattern, ...])Search the given directory for the associated world files of the image files.