-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v.ppa: Point Pattern Analysis #3826
base: main
Are you sure you want to change the base?
Conversation
The G and K functions are complete, but I'm still working on the functions. |
Co-authored-by: Loïc Bartoletti <[email protected]>
Co-authored-by: Loïc Bartoletti <[email protected]>
Co-authored-by: Loïc Bartoletti <[email protected]>
Co-authored-by: Loïc Bartoletti <[email protected]>
Co-authored-by: Loïc Bartoletti <[email protected]>
Co-authored-by: Loïc Bartoletti <[email protected]>
Any opinions on having the functions in a library like rst and making the tool a "thin tool" like v.surf.rst (interpfl has 2 usages in core)? Other examples of libraries like that would be stats (7 usages in core) and arraystats (2 usages in core). |
cls.runModule("g.remove", type="vector", flags="f", name=cls.input) | ||
cls.del_temp_region() | ||
|
||
def tearDown(cls): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[ruff] reported by reviewdog 🐶
def tearDown(cls): | |
def tearDown(self): |
I'm adding vector point pattern analysis functionality for F, G, L, K, and Bivariate Ripley's K.