James Gaboardi
James Gaboardi
Some of our initial ideas (from 5 years ago now) label this kind of thing as `route` and some label it as `transport`. I suppose we'll need to determine the...
@ljwolf This is very exciting. Can your stuff built on top of `pyvrp` take network distance/travel time as impedance or is bound to euclidean/haversine distance?
> Yes. I will post an example if I have time tomorrow. This stuff is amazing... 🤩
> Currently, it takes lon/lat coordinates for depot and clients, and then builds street route lengths and times from an OSRM table query. Once solved, I build the actual driving...
Very nice!
This should ideally be for all functionality, not only the `gini` stuff I mentioned in #102 , correct?
@pysal/devs Does anyone else have any input?
> In `mapping_vba`, I assume you wanted to do from `splot.mapping import shift_colormap` instead if from `splot._viz_utils import shift_colormap` as `_viz_utils` is private. This will still need updating/adjusting part of...
here's the function in `neatnet` – [`neatnet.geometry.voronoi_skeleton()`](https://github.com/uscuni/neatnet/blob/d20e7dfa903a63bd8182621c0c04c442c67bdc2c/neatnet/geometry.py#L100)
the thing is that it is also dependent on the [`neatnet.nodes.consolidate_nodes()`](https://github.com/uscuni/neatnet/blob/d20e7dfa903a63bd8182621c0c04c442c67bdc2c/neatnet/nodes.py#L552) function – see [here](https://github.com/uscuni/neatnet/blob/d20e7dfa903a63bd8182621c0c04c442c67bdc2c/neatnet/geometry.py#L312) so not sure how to handle that.