Changes between Version 46 and Version 47 of MigrationGuide5.x
- Timestamp:
- 2021-12-24T12:25:00-04:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MigrationGuide5.x
v46 v47 55 55 * test the GDAL Python module at the commandline by executing: 56 56 {{{ 57 setenv.bat 57 58 python -c "from osgeo import gdal; print (gdal.VersionInfo())" 58 59 }}}