/drapery

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

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Drapery

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

Python Package Conda Package 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