Neil Freeman

Results 6 comments of Neil Freeman

If that's a feature of libnest2d, it should theoretically be possible to reflect in the Python bindings. I think it's a little outside of the scope of this update, though.

I think one solution would be to add attributes to the `Item` object to allow the extraction of its new position, or (even better) the affine transformation that was applied...

Look into Python virtual environments ([Py 2](https://pypi.python.org/pypi/virtualenv), [Py 3](https://docs.python.org/3/library/venv.html)), the preferred and standard way of setting up modular Python environments.

If you just want to to sleep when you reach the rate limit, there's a built-in method: ```python results = api.search(q='foo bar', wait_on_rate_limit=True, retry_delay=15, retry_count=3) ``` For direct access to...

This bug is still active, I just reproduced it in both PGR 2.4.1 and 2.50 (using Postgres 9.6.5 and PostGIS 2.3.2)

@cvvergara Can I suggest adding a "known bugs" section to the readme and docs?