odc.geo.crs.CRS.transformer_to_crs
- CRS.transformer_to_crs(other, always_xy=True)[source]
Build coordinate transformer to other projection.
Returns a function that maps
x, y -> x', y'
wherex, y
are coordinates in this CRS, stored either as scalars ornumpy.ndarray
objects, andx', y'
are the same points in theother
CRS.- Parameters:
- Return type: