<div dir="ltr">Hi all,<div><br></div><div>I've been working on an experiment to see if I can get the Python GDAL bindings packaged up as a "manylinux" wheel (see <a href="https://www.python.org/dev/peps/pep-0513/">https://www.python.org/dev/peps/pep-0513/</a> and <a href="https://github.com/pypa/manylinux">https://github.com/pypa/manylinux</a> for more info) to see if I can run the GDAL utilities that are now exposed via the bindings as an AWS' Lambda service (you need everything packed up into a zip to get it to run in lambda).</div><div><br></div><div>Basically, such a wheel contains a vendorized version of GDAL and its dependencies plus the bindings all packed up in a nice package for quick and easy install without compilation and should work on most versions of linux.  </div><div><br></div><div>I've got a prototype that builds these wheels working (see <a href="https://github.com/youngpm/gdalmanylinux">https://github.com/youngpm/gdalmanylinux</a>  thanks to the rasterio project for doing most of the work for their project!).  The nice thing is that such wheels are virtualenv friendly and don't require the user having installed gdal themselves, its all self contained in site-packages.</div><div><br></div><div>In any case, I thought other GDAL'rs might be interested, maybe this could lead to official manylinux gdal wheels pushed to pypi at <a href="https://pypi.python.org/pypi/GDAL/">https://pypi.python.org/pypi/GDAL/</a> ?  I believe the same trick can be done for osx and windows, but haven't tried myself.</div><div><br></div><div>Patrick</div></div>