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)