vector-benchmark icon indicating copy to clipboard operation
vector-benchmark copied to clipboard

Use `sample_points()` from geopandas

Open kadyb opened this issue 2 years ago • 2 comments

Replace our own function with the built in version 0.13

https://github.com/kadyb/vector-benchmark/blob/main/geopandas/sample.py

kadyb avatar May 08 '23 12:05 kadyb

Agree, but it should not make a lot of difference as what I wrote initially for this benchmark made its way to geopandas, so the implementation is nearly the same.

martinfleis avatar May 08 '23 12:05 martinfleis

Yeah, I think the main advantage will be that the user will be able to see the exact equivalent of the function from sf and terra.

kadyb avatar May 08 '23 12:05 kadyb