openearth / videomap

Video Map Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Map Tools

Documentation Status

Tools to create,, export and share video maps

Features

  • Convert a series of tiled maps to a tiled video
videomap convert ~/data/frames
  • Interpolate a series of tiled map videos
videomap interpolate ~/data/frames

Where ~/data/frames contains frames in the structure

~/data/frames/{frame}/{z}/{x}/{y}.png

frame: the frame number z: zoom level x: tile column y: tile row

  • Png's are converted to transparent webm contained vp8 with alpha channel.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Video Map Tools

License:Other


Languages

Language:Python 83.0%Language:Makefile 17.0%