From 40a2262506214fa7ec784f51fa4f118d47dc8b30 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 28 Oct 2015 15:35:03 +0100 Subject: [PATCH] Added versionadded directive for GDALRaster.srid Complement to 48548d1a47. --- docs/ref/contrib/gis/gdal.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index afddcad094..2f3cb9f3d9 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -1206,6 +1206,8 @@ blue. .. attribute:: srid + .. versionadded:: 1.10 + The Spatial Reference System Identifier (SRID) of the raster. This property is a shortcut to getting or setting the SRID through the :attr:`srs` attribute.