pyproj_wrapper# pyproj_wrapper(func: Callable[[...], tuple[Any, Any]], from_crs: str, to_crs: str) → Callable[[...], tuple[Any, Any]][source]# Parameters: func (Callable[[...], tuple[Any, Any]]) – from_crs (str) – to_crs (str) – Return type: Callable[[…], tuple[Any, Any]]