cf.CoordinateReference.__getitem__¶
- CoordinateReference.__getitem__(key)[source]¶
Return a parameter value of the datum or the coordinate conversion.
x.__getitem__(key) <==> x[key]
If the same parameter exists in both the datum and the coordinate conversion then an exception is raised.
See also
get
,coordinate_conversion.get_parameter
,datum.get_parameter