Projection

Projection is a simple data structure that provides coordinate transformation capability. Projection systems are uniquely identified by EPSG codes. At present, only altitudes above the WGS84 Ellipsoid are supported by these data structures.

Factory

from isce3.core import projection

obj = epsg(**kwds)

Documentation

class isce3.core.Projection.Projection

Wrapper for pyProjection.

EPSG

Return EPSG code

ellipsoid()

Get pyEllipsoid object associated with projection system