Great work, really looking forward to it. If i understand it correctly this should make working with GDAL much more robust if you are using it with language bindings.
For example, when using Conda (package/env manager) with GDAL and the Python bindings. I often put the location of the GDAL utilities in my PATH, so calling `gdalwarp` will work from anywhere. But if you make a new environment with a different GDAL version, the PATH will still point to the old version, and you would suddenly mix versions together if you combine the utilities with the bindings. Also, not everyone ships the utilities when they compile GDAL. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Fwd-SoC-Report-3-Integration-of-GDAL-Utilities-into-GDAL-Core-library-tp5210878p5210921.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
