Michael Kirk
Michael Kirk
> Instead, maybe only pelias/dbclient should depend on elasticsearch, and all other packages should get their esclient from pelias/dbclient. I forgot the punchline! The reason for doing this is that...
I noticed this has the "help wanted" tag — is upgrading the client to use `@elastic/elasticsearch` still something you'd like help from outside contribution with?
Firstly, I'm assuming that your goal is that ultimately these changes would go out to your geocode.earth customers, so I'm taking that into account. This change affects several repositories. In...
I'm not sure why. In case it's helpful, I was able to reproduce this behavior with https://pelias.github.io/compare/#/v1/search?text=Bautzen response json ```json { "geocoding": { "version": "0.2", "attribution": "https://geocode.earth/guidelines", "query": { "text":...
Let me know if you'd like help with this @orangejulius.
I hope this is still something the project is interested in incorporating. I want this to power a search field like in the screenshot, and have spent part of today...
If the root causes is a timeout (hard to know with the current logging, until https://github.com/pelias/dbclient/pull/129 is rolled out to the various client libraries), you can increase the timeout. From...
I've used geozero just a bit, but haven't used the shapefile features. If you haven't already found it, there is some support for reading (but not yet writing) shapefiles https://github.com/georust/geozero/blob/master/geozero-shp/src/shp_reader.rs...
Polyline is a bit different from the other geometry formats we've supported thus far. Primarily it's only for encoding a single line string. Some outstanding questions: 1. Do we handle...
> Once or twice when using this library, I didn't have the memory to store all nodes in the file, but I did have enough to store the nodes for...