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

Support for RandomRegions? #147

Closed
hmswaffles opened this issue Feb 11, 2021 · 2 comments
Closed

Support for RandomRegions? #147

hmswaffles opened this issue Feb 11, 2021 · 2 comments

Comments

@hmswaffles
Copy link

Hello,

I found the "RandomRegions" function in the documentation for the pre-2018 version of pysal. I'm looking to do some regionalization-based monte-carlo simulations. RandomRegions looks like it would have been perfect for my use case, as I need to be able to specify the number of regions and their contiguity. Is there a way to do this in spopt, other than use the ward clustering algorithm over a randomly created data feature? And if not, are there plans to support it?

@sjsrey
Copy link
Member

sjsrey commented Mar 6, 2021

Thanks for your question. We have not yet ported the Random Regions code over to spopt. Certainly you could use randomly created data and one of the spatially constrained methods to generate the regions.

I've added an issue to port RandomRegions over, as it would be useful to have that functionality in spopt. #150

@sjsrey
Copy link
Member

sjsrey commented Mar 20, 2021

Added in #150

@sjsrey sjsrey closed this as completed Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants