drapery

Python library and CLI tool to convert 2D geometries to 3D given an elevation source


Keywords
survey, conversion
License
BSD-3-Clause
Install
pip install drapery==0.0.3

Documentation

Drapery

Drapery is a Python library and CLI tool to convert 2D geometries to 3D given an elevation source.

https://travis-ci.org/mrahnis/drapery.svg?branch=master https://ci.appveyor.com/api/projects/status/eyh3s753a0r2vexl?svg=true Documentation Status

Installation

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.

$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