srs
Property that returns the SpatialReference
associated with this layer:
>>> print(layer.srs) GEOGCS["GCS_WGS_1984", DATUM["WGS_1984", SPHEROID["WGS_1984",6378137,298.257223563]], PRIMEM["Greenwich",0], UNIT["Degree",0.017453292519943295]]
If the Layer
has no spatial reference information associated with it, None
is returned.
Please login to continue.