airmail
airmail copied to clipboard
Lightweight geocoder in pure Rust
it seems at the moment the demo is broken: https://airmail.rs/#demo-section (it seems the request fails with a PR_END_OF_FILE_ERROR)
ReadME
Thank you for this project. It's remarkable for its affordability. Could you please provide documentation on how to install locally or on Fly.io, which you mentioned in your blog post
Right now there's no documentation for how to set up an instance, which is a bummer. I should fix that. :)
I removed this at some point because it was a whole lot of copy-pasted code and I decided I wanted to just do it better the second time so I'm...
This is going to be a tough one but I'm going to give it a go. Edit: I'm going to double-check that it's necessary first though, like if index all...
This will help us give reasonable results for a very important class of query that I'm just completely ignoring right now. :) TBD: Can these be linked to wikidata/wikipedia?
Specifically I think we should boost anything that has a wikidata field, for starters. Long-term it makes sense to use wikidata/wikipedia importance metrics too, and also boost admin areas once...
At a bare minimum, spoken language data should inform the dictionary choice used for generating all the abbreviation permutations in `airmail_indexer`. I also want to find a way to use...
I just learned that it's possible for nodes to have street numbers, but no street name, and be part of a relation that contains the street name? I'll need to...
It would be really fantastic if we could have some sort of automatic quality testing. Maybe with a github actions workflow. I want to start systematically evaluating geocoding performance to...