Josiah Parry

Results 176 issues of Josiah Parry

Using geo with the rstar feature flag enabled lets one insert only `Point`, `LineString`, and `Polygon` into an `RTreeObject`. It would be a great benefit to have support for the...

Say I have a multipolygon `x` and `x.0.len()` is equal to 1. It would be great to be able to convert to Polygon.

I'm curious what would need to be done to include SIMD support here. I ran a quick comparison between bindings to base64 here and the [python bindings](https://github.com/mayeut/pybase64) of the [libbase64](https://github.com/aklomp/base64)...

It is common that I will want to expand a multipolygon into its component linestrings. To do this I will have to cast the geometry multiple times. For example: ```r...

feature

After using `html_children()` the contents cannot be access using `html_element()` or `html_elements()`. I would not be surprised if this is user error, I'm just not sure where. ``` r library(rvest)...

documentation

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Using copilot, I turned it off while suggestions were present. The suggestions...

defect
copilot
ai

**Describe the bug** Geoprocessing script tools that use R fail with the error ``` The specified module could not be found. *** Failed to load rarcproxy_pro.dll Failed to execute (Script)....

When converting from a foreign class to an sf object, the standard is to use the `st_as_sf()` function. It feels natural to cast to sf objects using `st_as_sf()`. As such,...

I recently began adopting httr2 as a rest api interface and i cannot speak highly enough of it. Mainly, if you have to make multiple requests (such as getting multiple...

enhancement

https://github.com/georust/rstar/blob/0ed77481c6e8a77454edff6b303afb6fa062c0c6/rstar/src/rtree.rs#L681 The nearest_neighbors() method seems like it can be usefull for KNN however it is not immediately clear in the docs how it works. Does it return a vector of...