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

(bug) support graph in moran's viz #184

Closed
wants to merge 4 commits into from
Closed

Conversation

weikang9009
Copy link
Member

The PR is to fix the issue in calculating spatial lag when the Moran instance has the graph weight type

@martinfleis
Copy link
Member

Fine with this change but as I believe @ljwolf pointed out, we can do this fix over in libpysal lag_spatial ensuring that it produces correct lag irrespective of the weights type. I'll open a PR there as well.

I am a bit hesitant to fix stuff in splot given it is schedules for disassembling and sunsetting.

@weikang9009
Copy link
Member Author

weikang9009 commented Aug 29, 2024

Fine with this change but as I believe @ljwolf pointed out, we can do this fix over in libpysal lag_spatial ensuring that it produces correct lag irrespective of the weights type. I'll open a PR there as well.

Sounds like a much better idea!

I am a bit hesitant to fix stuff in splot given it is schedules for disassembling and sunsetting.

Will the viz functions be moved to the other pysal packages?

@martinfleis
Copy link
Member

Will the viz functions be moved to the other pysal packages?

The idea is to move esda viz to esda, giddy viz to giddy etc, to ensure it is maintained alongside the classes it attempts to visualise. splot has been a bit abandoned...

@knaaptime
Copy link
Member

funny timing, i was just hitting this myself and resorting to to_W because I didn't want to open an splot pr :P

@weikang9009
Copy link
Member Author

resolved via pysal/libpysal#765

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

Successfully merging this pull request may close these issues.

3 participants