Matthew Law

Results 11 issues of Matthew Law

Similarly to #7 and #19, when I set `union = T` in `image_line_segment_detector()`, R crashes. The following reproduces the error for me: ``` library(image.LineSegmentDetector) library(pixmap) image

`momepy.CellAlignment` expects the left and right GeoDataFrames (containing buildings and tessellation cells) to have the same number of elements, ie each building corresponds to one cell (which is the case...

### What is the bug? Not a major issue but worth addressing: when using dark mode a couple of sections have poor visibility, presumably because the text is changed to...

bug

I haven't been able to get the `gutenberg_download()` function to work at all. A couple of examples, both drawn from the examples provided in the readme: ```R > gutenberg_download(768) #...

It would be useful to be able to turn any basemap greyscale. I've tried passing `cmap = 'gray'` to `cx.add_basemap` (which I think calls `plt.imshow`), but haven't been able to...

I've tried to follow the example [here](https://gist.github.com/tylermorganwall/cec09392cb7d3e102496e30afe5e0898) with my own data, but have run into a similar error to https://github.com/tylermorganwall/rayshader/issues/46 and https://github.com/tylermorganwall/rayshader/issues/176 running rayshader 0.28.2 with R version 4.2.1. Full...

I assume the main README.md is generated from this README.Rmd, and so this is the upstream version?

Just a note that the line > The XY coordinates must be provided in OSGB/British National Grid (Lat, Long) format in the README [(line 127)](https://github.com/h-a-graham/EAlidaR/blame/master/README.md#L127) could be a bit confusing...