1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Generating morphological elements
=================================
Apart from morphometric analysis, momepy can generate certain kinds of
morphological elements and link different elements together via
unique_id (see :doc:`Data structure <../data_structure>` ). The main feature of ``elements``
module is an algorithm generating **morphological tessellation** and
consequent one generating blocks based on geometry of morphological
tessellation.
This section covers:
.. toctree::
:maxdepth: 2
tessellation
enclosed
blocks
links
|