Hi,
I'll make a PR changing some of the geopandas benchmarks to more performant versions but before that I'd like to ask for some clarifications. I understand that the benchmarks are artificial but before I'll start coding I want to make sure I understand what the main goal is.
- distance
- you are trying to get a NxN matrix with pairwise distance between all points (both ways?), right?
- sample
- I truly don't understand what is this trying to do :D. Are you trying to get
n random points that are within the polygon? Sort-of Monte Carlo simulation?
I think I understand the rest.
Hi,
I'll make a PR changing some of the geopandas benchmarks to more performant versions but before that I'd like to ask for some clarifications. I understand that the benchmarks are artificial but before I'll start coding I want to make sure I understand what the main goal is.
nrandom points that are within the polygon? Sort-of Monte Carlo simulation?I think I understand the rest.