rnet.coordinates.transform_coords#
- rnet.coordinates.transform_coords(*args, src, dst, copy=False)#
Transform two- or three-dimensional coordinates from one CRS to another.
- Parameters
- *argstuple
Either of the following:
- src, dstint
EPSG codes of source and destination CRSs.
- Returns
- Other Parameters