Skip to main content
Solved

Time lapse map for construction over time across BC

  • October 31, 2019
  • 2 replies
  • 15 views

Hello.. I was wondering if it is even possible to create a time lapse map scene for construction happening across BC over time. Please have a look at the snapshot of the video. This is something i am looking for. Any ideas folks?

Thanks in advance

Best answer by mark2atsafe

A nice way of doing this is to use KML. The KMLTimeSetter transformer will let you enter a timestamp or start/end time period for each feature. Then you write to a KML dataset. Open the file in Google Earth and you get a play/run button that animates the data series over time. I've done something similar to show the track of hurricanes over time.

Of course, the limitation is that you're then restricted to Google Earth as a display tool. But I expect you could record the screen as you play it back to create an actual movie file.

The other method - as Hans notes - is to write the data as a series of images and use a tool to turn that series of images into a video.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • October 31, 2019

Assuming you have building footprints with year of construction: set up a 2-tier approach, one workspace that goes through a list of years that calls a second workspace that generates an image of all buildings with a construction date of that year or older. Then combine the images into a movie.


mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • Best Answer
  • October 31, 2019

A nice way of doing this is to use KML. The KMLTimeSetter transformer will let you enter a timestamp or start/end time period for each feature. Then you write to a KML dataset. Open the file in Google Earth and you get a play/run button that animates the data series over time. I've done something similar to show the track of hurricanes over time.

Of course, the limitation is that you're then restricted to Google Earth as a display tool. But I expect you could record the screen as you play it back to create an actual movie file.

The other method - as Hans notes - is to write the data as a series of images and use a tool to turn that series of images into a video.