James Gaboardi
James Gaboardi
**issue:** ``` "channels" set on the "environment-file" do not match "channels" set on the action! ``` I am getting [the above warning](https://github.com/jGaboardi/tigernet/actions/runs/444805834), which seems to be thrown regardless of OS/Python...
I was wondering if there are any plans to create a release for `mip` on [`conda-forge`](https://conda-forge.org/#page-top)?
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.
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 - [ ]...