Metadata-Version: 2.0
Name: flowmap
Version: 0.2.7
Summary: Command line utility to transform model output into a flowmap that can be used for games or gpu-based visualizations.
Home-page: https://github.com/SiggyF/flowmap
Author: Fedor Baart
Author-email: fedor.baart@deltares.nl
License: GNU General Public License v3
Keywords: flowmap
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)
Requires-Dist: NetCDF4
Requires-Dist: geojson
Requires-Dist: mako
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: tqdm

===============================
Flowmap generator
===============================


.. image:: https://img.shields.io/pypi/v/flowmap.svg
        :target: https://pypi.python.org/pypi/flowmap

.. image:: https://img.shields.io/travis/SiggyF/flowmap.svg
        :target: https://travis-ci.org/SiggyF/flowmap

.. image:: https://readthedocs.org/projects/flowmap/badge/?version=latest
        :target: https://flowmap.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/SiggyF/flowmap/shield.svg
     :target: https://pyup.io/repos/github/SiggyF/flowmap/
     :alt: Updates


Command line utility to transform model output into a flowmap that can be used for games or gpu-based visualizations.


* Free software: GNU General Public License v3
* Documentation: https://flowmap.readthedocs.io.


Scripts
=======

Scripts that generate flowmaps for specific models:

- matroos_flowmap.sh (download model results for DCSM model and transform them to a flowmap)


Features
--------

* TODO

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 (2016-07-25)
------------------

* First release on PyPI.


