CoordinateReferenceSystem

class caris.CoordinateReferenceSystem

The coordinate reference system.

wkt

str – The WKT representation of the coordinate reference system

__init__((object)arg1, (str)codespace, (str)code) → object :

Constructor

Parameters:
  • codespace (str) – The codespace string (for example an EPSG or WKT)
  • code (str) – The crs identifier (for example an EPSG identifier or a WKT string)