Timothy Ellersiek
Timothy Ellersiek
Thank you for maintaining this wonderful library. Currently I am mining pdf files consisting of curves which either have a stroke dash-array or with just a normal stroke (see image...
As the code exists, we could re-introduce the map matching API. This requires some decent testing.
Sporadically the gunicorn workers time out - this may be due to the worker class settings: http://docs.gunicorn.org/en/stable/settings.html
See here https://github.com/osmcode/libosmium/issues/225. Whilst importing osm files osmium will raise a `RuntimeError` when a polygon has inner rings. How to solve: before parsing to `wkbFactory.create_multipolygon(o)` make sure that only the...
Currently the database will take quite a long time to respond after booting a machine, to overcome this issue prewarming can be used https://medium.com/@ismailyenigul/pg-prewarm-extention-to-pre-warming-the-buffer-cache-in-postgresql-7e033b9a386d
GeoJSON response is currently built in Python which has an impact on the response time, this should ultimately be added to the work handled by postgres.
The "topic" of a tag is not returned in the response but could be quite handy, e.g. https://github.com/GIScience/openpoiservice/blob/master/openpoiservice/server/categories/categories.yml#L1