spaghetti
spaghetti copied to clipboard
SPAtial GrapHs: nETworks, Topology, & Inference
See pysal/momepy#335 Swap out the current implementation for the new `.yml` style.
Moving forward we need to consider phasing out all functionality that requires (and even uses) native PySAL geometries to improve efficiency and interoperability within the ecosystem. These were necessary in...
Last year @ljwolf suggested that `spaghetti` should source the *K*-Function from `pointpats` or `esda` (see comment [here](https://github.com/pysal/spaghetti/pull/477#commitcomment-38670779)). Now that the JOSS paper is out, we should look to implement this.
By way of background, this feature request was spawned by work I am doing on analyzing a dataset of trash pickup locations in San Francisco. The fundamental problem with this...
I'm having trouble wrapping my head around the LISA results. I've created a point pattern which is very localized. Large parts of the network are not covered by any points....
Consider integration with [`snkit`](https://github.com/tomalrussell/snkit). https://github.com/tomalrussell/snkit/blob/master/notebooks/snkit-demo.ipynb * How would `snkit` fit into `spaghetti`? * speed up / streamline point snapping * integrating point pattens into the network * especially helpful for...
Following up with #603 (the improved *Quickstart* tutorial) as an example all tutorials could use a bit more "story" in the future.
See #582. Create a `spaghetti.Network` from more data formats/structures. See [NetworkX](https://networkx.org/documentation/stable/reference/readwrite/index.html) as an example.
There is currently no built-in way to retain the attributes of the input line data. This is due to the original design implementation and how the [network object is instantiated...
incorporate network connectivity stats from dissertation `spaghetti.Network` and `sauce`. - [ ] segment sinuosity - [ ] node degree - [ ] alpha - [ ] beta - [ ]...