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, yare coordinates in this CRS, stored either as scalars ornumpy.ndarrayobjects, andx', y'are the same points in theotherCRS.- Parameters:
- Return type: