File: intro.rst

package info (click to toggle)
python-momepy 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 51,428 kB
  • sloc: python: 11,098; makefile: 35; sh: 11
file content (29 lines) | stat: -rw-r--r-- 1,057 bytes parent folder | download
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