rasterio.control module

Ground control points

class rasterio.control.GroundControlPoint(row=None, col=None, x=None, y=None, z=None, id=None, info=None)

Bases: object

A mapping of row, col image coordinates to x, y, z.

asdict()

A dict representation of the GCP