fmeobjects.FMERasterProperties.getGCPs

FMERasterProperties.getGCPs()

Get a list of dictionaries where each dictionary contains ‘row’, ‘col’, ‘x’, ‘y’, and ‘z’ (optional).

When ‘z’ is not set, value of ‘z’ will be set to 0.

Return type

list of dictionaries containing keys (str) and values (float) or None.

Returns

Row and col in raster space, and xyz location in model space. None will be returned if raster does not contain GCPs.