python - Using GDAL directly on windows -


Is there any possibility of using GDAL directly via MSDOSOS? Most of the instructions I have seen need to install a python and its binding.

Will it be possible to use GDAL after establishing an executable installation MSI? Need any other configuration steps?

Thanks

Yes, GDAL is supported on Microsoft Windows. However, there are many different ways to set it up;

View Options on Using Simple Way To install the minimum GDAL command line setup, use the installer's advanced mode to select a package: gdal . Since some GDAL command line utilities are Python scripts, it will install its own version of Python as a dependency. After installation, use the OSGO Shell from the Start menu for a command prompt.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -