gis-tools-ts - v0.6.0
    Preparing search index...

    Class EqualEarth

    Equal Earth

    Classification: Pseudo cylindrical

    Available forms: Forward and inverse, spherical and ellipsoidal projection

    Defined area: Global

    Alias: eqearth

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=eqearth
    

    The Equal Earth projection is designed for world maps and retains the relative size of areas. It was inspired by the Robinson projection.

    Example:

    $ echo 122 47 | proj +proj=eqearth +R=1
    1.55 0.89

    Note: All parameters for this projection are optional.

    • +lon_0 (Central meridian)
    • +ellps (Ellipsoid name)
    • +R (Radius of the sphere)
    • +x_0 (False easting)
    • +y_0 (False northing)

    Equal Earth

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • EqualEarth forward equations--mapping lon-lat to x-y

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

    • EqualEarth inverse equations--mapping x-y to lon-lat

      Parameters

      • p: VectorPoint

        EqualEarth point

      Returns void