dabreegster / odjitter

Disaggregate zone-based origin/destination data to specific points
Apache License 2.0
10 stars 6 forks source link

Python interface #23

Open Robinlovelace opened 2 years ago

Robinlovelace commented 2 years ago

We already have a simple R interface, one that relies on system calls rather than the more sophisticated 'rextendr' approach #22: https://github.com/atumworld/odrust

It would be good to have a Python interface. Any Python developers out there very welcome to help out with this!

Robinlovelace commented 2 years ago

Here is an approach by @pkopparla that uses maturin: https://github.com/zonebuilders/zonebuilder-py/

If you're interested in another Rust/Py interface project let us know Pushkar and thanks for great work on zonebuilder!

Robinlovelace commented 2 years ago

Another example: https://github.com/pola-rs/polars/tree/master/py-polars

pkopparla commented 2 years ago

Hey Robin, thanks for thinking of me. Unfortunately, I'm in the middle of a job hunt and don't have the mental space right now to start something new. I'm in the georust discord, so I'll follow things there and maybe pitch in once I have a little more time.