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

[ENH] extend segregation profile function to accept more spatial indices #104

Closed
knaaptime opened this issue Jul 8, 2019 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@knaaptime
Copy link
Member

compute_segregation_profile calculates SIT for varying distances, but it should be extended to calculate any index that takes a W or a Network

currently, these include SIT or spatial divergence, but this might be a good time to think through which others could be re/written to follow the subclass pattern those use (I think spatialdissim, maybe others). That would help get us on the road to #4

sidenote that I still think compute_segregation_profile is a bit verbose, so i'd be open to new name suggestions

@knaaptime knaaptime self-assigned this Jul 8, 2019
@renanxcortes renanxcortes added the enhancement New feature or request label Jul 11, 2019
@knaaptime
Copy link
Member Author

a reasonable option would be to mutate this into a class like MultiscaleProfile that could accept different indices. That would be more conformant with the rest of the package

This was referenced Dec 29, 2020
@knaaptime
Copy link
Member Author

resolved by #161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants