Tag Archives: convert

Create a Video From Images With ffmpeg

Turning a sequence of images into a video can be useful for creating stop-frame movies, scientific animations, and simple slide shows. This post shows you how you can use the free command line tool ffmpeg to create a video from images. ffmpeg is a powerful, versatile command line tool which is widely used for other… Read More »

Python Convert KML to GeoJSON

GeoJSON and KML are formats for storing spatial information. KML files are commonly found with Google Earth type applications, so it can be useful to convert KML to GeoJSON.  The python library kml2geojson can be used to convert KML to GeoJSON. kml2geojson works as either a tool from the command line, or can be used… Read More »