This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Time Lapses

4

I have seen a few videos that have shown the progress of OSM mapping after disasters and other scenarios. I'm curious how these are made...I'm interested in making one over the course of my improvements. Thanks for the help!

asked 21 Nov '12, 07:05

WXMapper's gravatar image

WXMapper
96236
accept rate: 0%


One Answer:

7

There are many ways to do this. For example:

  • take a screenshot in regular intervals, combine into an animation later. Requires little software but advance planning (if you forget to take a screenshot then you're missing a frame).
  • import the area of interest into a database in regular intervals, then later when you want to make an animation, have the desired area rendered from each database and combine into an animation. Requires less advance planning but you have to install a database and rendering engine.
  • use a full history planet, cut out the area of interest with https://github.com/MaZderMind/osm-history-splitter , create an animation with https://github.com/MaZderMind/osm-history-renderer . Requires practically no advance planning, however the rendering process still has some shortcomings.

answered 21 Nov '12, 08:09

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

edited 10 Oct '16, 11:52

Piskvor's gravatar image

Piskvor
1.3k91535

Note: if you're not interested in the whole planet, osm-history-renderer should work with pre-made extracts as well (e.g. those by GeoFabrik)

(10 Oct '16, 11:53) Piskvor

Geofabrik extracts don't (at this time) have history.

(10 Oct '16, 15:50) Frederik Ramm ♦

Source code available on GitHub .