def _get_ogr2ogr_version(self): """Returns version of OGR2OGR as (major,minor,release) triplet """ return int(gdal.VersionInfo()) ### LAYPAD ###