Skip to content
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

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft

v.ppa: Point Pattern Analysis #3826

wants to merge 25 commits into from

Conversation

cwhite911
Copy link
Contributor

I'm adding vector point pattern analysis functionality for F, G, L, K, and Bivariate Ripley's K.

@github-actions github-actions bot added vector Related to vector data processing Python Related code is in Python C Related code is in C HTML Related code is in HTML module docs tests Related to Test Suite labels Jun 15, 2024
vector/v.ppa/main.c Outdated Show resolved Hide resolved
@cwhite911
Copy link
Contributor Author

The G and K functions are complete, but I'm still working on the functions.

vector/v.ppa/main.c Outdated Show resolved Hide resolved
vector/v.ppa/main.c Outdated Show resolved Hide resolved
vector/v.ppa/main.c Outdated Show resolved Hide resolved
vector/v.ppa/main.c Outdated Show resolved Hide resolved
vector/v.ppa/main.c Outdated Show resolved Hide resolved
vector/v.ppa/main.c Show resolved Hide resolved
vector/v.ppa/main.c Outdated Show resolved Hide resolved
vector/v.ppa/main.c Outdated Show resolved Hide resolved
@wenzeslaus
Copy link
Member

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):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[ruff] reported by reviewdog 🐶

Suggested change
def tearDown(cls):
def tearDown(self):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Related code is in C docs HTML Related code is in HTML module Python Related code is in Python tests Related to Test Suite vector Related to vector data processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants