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_crscoordinates, to transformy โ the y coordinate, in
src_crscoordinates, to transformsrc_crs โ instance of
CRSthat represents the coordinate system ofxandy.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