transform_point๏ƒ

Equi7Grid_projection.transform_point(x, y, src_crs)๏ƒ

Transform the given float64 coordinate pair, in the given source coordinate system (src_crs), to this coordinate system.

Parameters:
  • x โ€“ the x coordinate, in src_crs coordinates, to transform

  • y โ€“ the y coordinate, in src_crs coordinates, to transform

  • src_crs โ€“ instance of CRS that represents the coordinate system of x and y.

  • trap โ€“ Whether proj errors for โ€œlatitude or longitude exceeded limitsโ€ and โ€œtolerance condition errorโ€ should be trapped.

Return type:

(x, y) in this coordinate system