Re: [gdal-dev] Install GDAL with gdal_ls available in PATH

2024-12-13 Thread Abdul Raheem Siddiqui via gdal-dev
Thanks for insights. I will try the lukeroth/gdal repo. On Thu, Dec 12, 2024, 4:58 PM Even Rouault wrote: > Abul, > > gdal_ls.py is a non officially promoted script that isn't installed with > GDAL. Your best luck is just to fetch it from > https://github.com/OSGeo/gdal/blob/master/swig/python/g

Re: [gdal-dev] Install GDAL with gdal_ls available in PATH

2024-12-12 Thread Even Rouault via gdal-dev
Abul, gdal_ls.py is a non officially promoted script that isn't installed with GDAL. Your best luck is just to fetch it from https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/samples/gdal_ls.py , ship it with your program, and directly points at it.  It obviously re

[gdal-dev] Install GDAL with gdal_ls available in PATH

2024-12-12 Thread Abdul Raheem Siddiqui via gdal-dev
Hello, I am developing a compiled program in Golang that calls GDAL through subprocess calls. In one of the program's features that I am developing, I want to call *gdal_ls*. However, I see that gdal_ls is not available in PATH by default and hence can't be called directly in a terminal without sp