Ian Dees
Ian Dees
Yea, this is fair. The license information on the main repo readme (https://github.com/openaddresses/openaddresses/?tab=readme-ov-file#license) is meant to be the definitive description. I will try to summarize that a bit better and...
Hmm, this Dockerfile isn't meant for codespace/dev work, it's used for running the spiders weekly. Is it possible to tell Codespace to use a different Dockerfile and add the ssh...
It looks like we're trying to use the bounding box here: https://github.com/alltheplaces/alltheplaces.xyz/blob/master/src/map.js#L133-L158 Maybe the math is happening incorrectly there.
Nominatim doesn't give us the admin center point. It gives us a bounding box and a geometry for the whole result (see [results](https://nominatim.openstreetmap.org/search?q=tokyo,%20japan&format=geojson&polygon_geojson=1&addressdetails=1)). I'll adjust it to focus on the...
It's likely making a secondary request from the Nominatim result to get the admin center from the OSM API. I don't really want to add that complexity here.
It would be great to have a coverage report, but how do we check coverage? In the vast majority of cases, we don't know the true number of places to...
> Are there any other metrics or logs you think we could leverage to help with this? Each run has a set of logs next to the output if you...
The proxy fetch is working, but the spider is broken. I can look at it a bit tomorrow if it's not working for you.
Sure, add away!
We just started to investigate Grafana Alloy as an Open Telemetry collector at work: https://github.com/grafana/alloy No opinions yet, but it might be worth trying since you have a Grafana install...