<div dir="ltr">Hi everybody,<div><br></div><div>If you want to use the latest stable GDAL, for example on a newly installed Linux machine to do some fast raster data processing with the command-line utilities, and you need drivers like MrSID, ECW or Kakadu JPEG2000, you may very probably end up compiling everything yourself. It takes time and you need to install a lot of dev packages extra to deploy the working environment.</div><div><br></div><div>That's why we created a minimal GDAL in Docker container (about 350MB).</div><div><br></div><div>On any computer with Docker installed (see <a href="https://docs.docker.com/installation/#installation">https://docs.docker.com/installation/#installation</a>) you can download and run any GDAL utility with a single command.</div><div><br></div><div>For example gdalinfo on yourfile.tif stored in local directory:</div><div><br></div><div>$ docker run -ti --rm -v $(pwd):/data klokantech/gdal gdalinfo yourfile.tif<br></div><div><br></div><div>and similar with other GDAL tools. For more details see:</div><div><br></div><div><a href="https://registry.hub.docker.com/u/klokantech/gdal/">https://registry.hub.docker.com/u/klokantech/gdal/</a><br></div><div><br></div><div>and our blog post:<br></div><div><br></div><div><a href="http://blog.klokantech.com/2015/02/gdal-in-docker-install-run-with-single.html">http://blog.klokantech.com/2015/02/gdal-in-docker-install-run-with-single.html</a><br></div><div><br></div><div>This Docker container has been made to simplify distribution of MapTiler Pro, the follower of my GDAL2Tiles, which is now available from <a href="http://www.maptiler.com/">http://www.maptiler.com/</a>.<br></div><div><br></div><div>Thanks everybody for the great work on GDAL!</div><div><br></div><div>I hope you find our docker container useful.</div><div><br></div><div>Regards,</div><div><br></div><div>Petr</div><div>-- <br><div class="gmail_signature"><div dir="ltr">Petr Pridal, Ph.D.<br>(managing director)<br><br>Klokan Technologies GmbH<br>Hofnerstrasse 96, 6314 Unterageri, Switzerland<br>Tel: +41 (0)41 511 26 12<br>Email: <a href="mailto:info@klokantech.com" target="_blank">info@klokantech.com</a><br>Web: <a href="http://www.klokantech.com/" target="_blank">http://www.klokantech.com/</a></div></div>
</div></div>