Drapery is a Python library and CLI tool to convert 2D geometries to 3D given an elevation source.
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
To do
BSD
Latest html