NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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%


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.
permanent link

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 ♦

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×29
×15
×1

question asked: 21 Nov '12, 07:05

question was seen: 3,472 times

last updated: 10 Oct '16, 15:50

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum