David O'Sullivan

Results 18 issues of David O'Sullivan

Hi, thanks for an interesting and useful project which has helped me make a start on reconstructing a site that would be really useful for a research project. I'm new...

The following code ``` library(tmap) data(World) tm_shape(World) + tm_fill() + tm_scalebar( position = tm_pos_out( cell.h = "center", cell.v = "bottom", pos.h = "right", pos.v = "top")) ``` fails with this...

bug

This might not be a problem with networkx-metis per se, but I've spent the last couple of hours figuring out what was up and think it is worth raising it...

Hi, Found this useful messing with GTFS (thanks!) but I think there is an error in line 301 relations

**Describe the bug** A point I generate by intersecting two linestrings fails expected `st_intersects` and does not yield expected `st_relate` pattern. **To Reproduce** ```library(sf) sd st_cast("LINESTRING") pt st_sfc() st_intersects(pt, lines)...

### What happens, and what did you expect instead? I expect the graph drawing to be based on the `x` and `y` attributes of the vertices. The documentation for `layout_nicely`...

plotting :chart:

### What happens, and what did you expect instead? The `betweenness` documentation states under the `normalized` argument that > If `TRUE`, then the results are normalized by the number of...

Not really an issue, as I don't use `mgwr` (or haven't yet), more a question. Are the constant scale factors applied to the kernel functions in `_kernel_funcs(self, zs)` [here](https://github.com/pysal/mgwr/blob/423726a3a949147fd5416bef0fec33021a51cbf3/mgwr/kernels.py#L65) correct?...

Given an aspiration that people actually make tiled/woven maps, it would make sense to enable a more 'app-like' way of using it. The most promising approach to this is likely...

enhancement

This might be a fun addition. See e.g.: https://dosull.github.io/30-day-maps-2023/maps/27-dot.html

enhancement