-
Notifications
You must be signed in to change notification settings - Fork 0
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
Python bindings? #4
Comments
You could start trying out And what's the plan on bindings? The simple answer is we ship a binary and call through the CLI, but that's clunkier installation-wise? |
👍 for sure. Good fresh thing to have a play with. Probably best use of my time: write tests! |
In terms of how to do bindings well, https://github.com/pola-rs/polars is the best example I know of. |
Agreed, tests would be helpful! The unit test framework so far is not wired up to check aggregated properties yet, but I could do that next week. In the meantime, just input and expected output GeoJSON files. They could come from the R implementation or anywhere. And if you open https://github.com/actenglabs/overline/blob/master/rust/viewer.html in Firefox (as a local file, not through github), you can visualize an output geojson file. |
Good time for me to have a play with this, or too early days in terms of variable API?
The text was updated successfully, but these errors were encountered: