airbornegeo.reproject

Contents

airbornegeo.reproject#

reproject(x, y, input_crs, output_crs)[source]#

Convert coordinates from input CRS to output CRS.

Parameters:
Returns:

a tuple of two arrays in the order earthing, northing, or longitude, latitude.

Return type:

tuple[ndarray[tuple[Any, ...], dtype[TypeVar(_ScalarT, bound= generic)]], ndarray[tuple[Any, ...], dtype[TypeVar(_ScalarT, bound= generic)]]]