You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Hey @zhangjianting@trxcllnt how do you feel about automatically computing the scale parameter in the implementation of .contains_properly? I was thinking of making it a ratio of the mean standard deviation of the x and y points that are going to be used to create the quadtree. If I used the mean of the x and y standard deviations, would it be better to use the mean unmodified or use $\frac{mean}{10}$ instead?