cartopy.io.shapereader.Record#
- class cartopy.io.shapereader.Record(shape, attributes, fields)[source]#
 A single logical entry from a shapefile, combining the attributes with their associated geometry.
Methods
__init__(shape, attributes, fields)Attributes
boundsThe bounds of this Record's
geometry().geometryA shapely.geometry instance for this Record.
attributesA dictionary mapping attribute names to attribute values.