James Gaboardi

Results 209 issues of 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...

type:bug

I was wondering if there are any plans to create a release for `mip` on [`conda-forge`](https://conda-forge.org/#page-top)?

enhancement

See pysal/momepy#335 Swap out the current implementation for the new `.yml` style.

package maintenance

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...

enhancement
priority-mid

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.

help wanted
network stats

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...

enhancement
idea/suggestion/future work
discussion

Following up with #603 (the improved *Quickstart* tutorial) as an example all tutorials could use a bit more "story" in the future.

enhancement
notebooks
wishlist
good first issue

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.

wishlist

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...

enhancement
discussion
network instantiation

incorporate network connectivity stats from dissertation `spaghetti.Network` and `sauce`. - [ ] segment sinuosity - [ ] node degree - [ ] alpha - [ ] beta - [ ]...

enhancement
network stats
priority-mid