Timothy Ellersiek

Results 22 issues of 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.

epic :rainbow:
api
easy-fix 😎
swagger :frog:

enhancement
help wanted

Sporadically the gunicorn workers time out - this may be due to the worker class settings: http://docs.gunicorn.org/en/stable/settings.html

infrastructure

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...

bug

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

enhancement | suggestion
infrastructure

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.

enhancement | suggestion
database

https://keepachangelog.com/en/1.0.0/

docs

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

enhancement | suggestion