Closed KipCrossing closed 3 years ago
There's a big efficiency improvment by converting entire arrays:
lon_vals, lat_vals = transformer.transform(x_vals, y_vals)
Perhaps a feature could be
.get_x_array()
.get_y_array()
Thats gets the 2d array of the converted coords
Adds
to bypass the transformer and increase conversion efficiency.