Metadata-Version: 1.2
Name: videomap
Version: 0.1.0
Summary: Tools to create,,  export and share video maps
Home-page: https://github.com/openearth/videomap
Author: Fedor Baart
Author-email: fedor.baart@deltares.nl
License: GNU General Public License v3
Description: ===============
        Video Map Tools
        ===============
        
        
        .. image:: https://img.shields.io/pypi/v/videomap.svg
                :target: https://pypi.python.org/pypi/videomap
        
        .. image:: https://img.shields.io/travis/openearth/videomap.svg
                :target: https://travis-ci.org/openearth/videomap
        
        .. image:: https://readthedocs.org/projects/videomap/badge/?version=latest
                :target: https://videomap.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Tools to create,,  export and share video maps
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://videomap.readthedocs.io.
        
        
        Features
        --------
        
        * Convert a series of tiled maps to a tiled video
        
        .. code:: sh
        
            videomap convert ~/data/frames
            
        * Interpolate a series of tiled map videos 
        
        .. code:: sh
        
            videomap interpolate ~/data/frames 
        
        Where ~/data/frames contains frames in the structure
        
        .. code:: sh
        
            ~/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.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2019-11-12)
        ------------------
        
        * First release on PyPI.
        
Keywords: videomap
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
