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

    Class GeostationarySatelliteView

    Geostationary Satellite View (geos)

    Classification: Azimuthal

    Available forms: Forward and inverse, spherical and ellipsoidal

    Defined area: Global

    Alias: geos

    Domain: 2D

    Input type: Geodetic coordinates

    Output type: Projected coordinates

    +proj=geos +h=35785831.0 +lon_0=-60 +sweep=y
    
    • +h: The height of the satellite above the earth.
    • +sweep: Sweep angle axis of the viewing instrument, can be "x" or "y" (default is "y").
    • +lon_0: Central meridian (longitude of origin).
    • +R: Earth radius.
    • +ellps: Ellipsoid.
    • +x_0: False easting.
    • +y_0: False northing.

    Geostationary Satellite View

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

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

      Parameters

      • p: VectorPoint

        lon-lat WGS84 point

      Returns void

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

      Parameters

      • p: VectorPoint

        GeostationarySatelliteView point

      Returns void