File: intro.rst

package info (click to toggle)
libpysal 4.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,704 kB
  • sloc: python: 25,817; xml: 548; makefile: 48
file content (20 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
==========
User Guide
==========

This user guide covers essential features of libpysal, mostly in the form of interactive Jupyter notebooks. Reading this guide, you will learn:

- work with built-in example spatial data sets
- how to use spatial weights
- how to use spatial graphs

Notebooks cover just a small selection of functions as an illustration of
principles. For a full overview of momepy capabilities, head to the `API <../api.rst>`_.


.. toctree::
   :maxdepth: 1

   Datasets <data/examples>
   Weights <weights/intro>
   Graphs  <graph/intro>