Skip to content

Commit

Permalink
Merge pull request #429 from jGaboardi/longest_comp
Browse files Browse the repository at this point in the history
updating README
  • Loading branch information
jGaboardi authored Feb 24, 2020
2 parents 5c6fa3e + 9510d1c commit 9f9a71e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<p align="center">
<img src="figs/pysal_logo.png" width="200" height="200" />
</p>

[pysal/spaghetti](http://pysal.org/spaghetti/)
=================================
Expand All @@ -7,9 +10,9 @@

Spaghetti is an open-source Python library for the analysis of network-based spatial data. Originating from the `network` module in [PySAL (Python Spatial Analysis Library)](http://pysal.org), it is under active development for the inclusion of newly proposed methods for building graph-theoretic networks and the analysis of network events. This package is part of a [refactoring of PySAL](https://github.com/pysal/pysal/wiki/PEP-13:-Refactor-PySAL-Using-Submodules).

*An example of snapping observation points to a network and plotting:*
*An example of shortest path plotting, routes originating from observation 0:*
<p align="center">
<img src="figs/snap_plot.png" width="520" height="360" />
<img src="figs/shortest_path_plot.png" width="360" height="360" />
</p>


Expand Down
Binary file added figs/shortest_path_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f9a71e

Please sign in to comment.