1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
==========
User Guide
==========
This user guide covers essential features of momepy, mostly in the form of interactive Jupyter notebooks. Reading this guide, you will learn:
- data structure used in momepy,
- how to generate morphological elements like morphological tessellation and link them all together,
- how to calculate simple morphometric characters,
- how to calculate morphometric characters based on multiple sources,
- how to use spatial weights matrix with momepy, and
- how to do network analysis.
Notebooks cover just a small selection of functions as an illustration of principles. For a full overview of momepy capabilities, head to API.
.. toctree::
:maxdepth: 1
getting_started
data_structure
Generating morphological elements <elements/elements>
Calculating simple characters <simple/simple>
Characters based on multiple GeoDataFrames <combined/combined>
Using spatial weights matrix <weights/weights>
Street network analysis <graph/graph>
Data preprocessing <preprocessing/preprocessing>
migration
|