Function geo_to_quasi_angular

  • Parameters

    • __namedParameters: Object

    Returns {
        x: number;
        y: number;
    }

    • x: number
    • y: number

    Stability

    1 - experimental

    Takes in a geolocation and transforms it into a quasi-angular coordinate system.

    In particular, small differences in x and y reflect 1 metre per unit of difference.

    This is achieved by adjusting the x calculation based on the effective radius of Earth at the given latitude.

    Accuracy diminishes significantly near poles.

Generated using TypeDoc