Changes between Version 55 and Version 56 of MigrationGuide5.x


Ignore:
Timestamp:
2023-07-30T17:02:18-03:00 (9 months ago)
Author:
Jeff McKenna
Comment:

update how to get GDAL version through Python

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v55 v56  
    6262  {{{
    6363    setenv.bat
    64     python -c "from osgeo import gdal; print (gdal.VersionInfo())"
     64    python -c "from osgeo import gdal;print(gdal.__version__)"
    6565  }}}
    6666* upgrade pip