pysal / region

A library for Spatially-Explicit Regionalization
BSD 3-Clause "New" or "Revised" License
14 stars 16 forks source link

Region status? #24

Open bburns opened 5 years ago

bburns commented 5 years ago

Hi, I was wondering what the status of region was - it looked like AZP was still being debugged?

Is the plan to release region by 2018-12-31 along with PySAL?

Is there anything small that people could help with?

ljwolf commented 5 years ago

Hey, it's not going to make the december 2018 release of PySAL 2.0. It will continue to be released as an independent package (available using pip install region), and should see some attention due to some new incoming grants.

Thanks for your interest; it's really useful to have these kinds of comments :smile:

bburns commented 5 years ago

Okay great - it would be a really nice complement to sklearn's algorithms. I'm attempting to use clustering with census and other data and OpenStreetMap roads to define neighborhood/subdivision boundaries. Thanks for your work on it - I'd be happy to contribute where I'm able!

knaaptime commented 5 years ago

you may also be interested in osnap a package we're working on for use cases exactly like what you describe. It's still in pretty early alpha stage, but it wraps scikit and region in ways specifically designed for neighborhood analysis

we'll happily accept contributions in any form :)