File: graph.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 (18 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Network analysis
=================

Part of the morphometric analysis is an analysis of street networks.
While ``momepy`` at the moment focuses more on smaller-scale analysis,
some of the network-based characters are included. The main difference
here is that functions in the ``graph`` module, allowing this kind of
study, are based on ``networkx.Graph``, not ``geopandas.GeoDataFrame``.

This section covers: 

.. toctree::
   :maxdepth: 2

   convert
   network
   centrality
   coins