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
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
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