Metadata-Version: 2.1
Name: drapery
Version: 0.0.3
Summary: Python library and CLI tool to convert 2D geometries to 3D given an elevation source
Home-page: http://github.com/mrahnis/drapery
Author: Michael Rahnis
Author-email: mike@topomatrix.com
License: BSD
Description: =======
        Drapery
        =======
        
        Drapery is a Python library and CLI tool to convert 2D geometries to 3D given an elevation source.
        
        .. image:: https://travis-ci.org/mrahnis/drapery.svg?branch=master
            :target: https://travis-ci.org/mrahnis/drapery
        
        .. image:: https://ci.appveyor.com/api/projects/status/eyh3s753a0r2vexl?svg=true
        	:target: https://ci.appveyor.com/project/mrahnis/drapery
        
        .. image:: https://readthedocs.org/projects/drapery/badge/?version=latest
        	:target: http://drapery.readthedocs.io/en/latest/?badge=latest
        	:alt: Documentation Status
        
        Installation
        ============
        
        .. image:: https://img.shields.io/pypi/v/drapery.svg
           :target: https://pypi.python.org/pypi/drapery/
        
        .. image:: https://anaconda.org/mrahnis/drapery/badges/version.svg
        	:target: https://anaconda.org/mrahnis/drapery
        
        To install from the Python Package Index:
        
        	$pip install drapery
        
        To install from Anaconda Cloud:
        
        If you are starting from scratch the first thing to do is install the Anaconda Python distribution, add the necessary channels to obtain the dependencies and install drapery.
        
        .. code-block:: console
        
        	$conda config --append channels conda-forge
        	$conda install drapery -c mrahnis
        
        To install from the source distribution execute the setup script in the drapery directory:
        
        	$python setup.py install
        
        Examples
        ========
        
        To do
        
        License
        =======
        
        BSD
        
        Documentation
        =============
        
        Latest `html`_
        
        .. _html: http://drapery.readthedocs.org/en/latest/
Keywords: survey,conversion
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: GIS
Description-Content-Type: text/x-rst
