-
Notifications
You must be signed in to change notification settings - Fork 7
Triage OSM tag errors #25
Milestone
Comments
You can create an issue and share a file with OSM community. |
Do you mean this forum? I haven't used it before but I will add a note: https://community.openstreetmap.org |
newsch
added a commit
that referenced
this issue
Aug 9, 2023
- Add custom error types with `thiserror` crate in preparation for #25. - Parsing errors are captured instead of logged to `warn` by default. - All parsing errors are still logged to `debug` level. - If >= 0.02% of tags can't be parsed, an error is logged. - TSV line errors are always logged as errors. - I/O errors will fail instead of be logged. Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
It's better to ask on some chat channels like IRC or Telegram. Or make a post with a question in our chat, there are some OSMers who may help. |
newsch
added a commit
that referenced
this issue
Aug 10, 2023
- Add custom error types with `thiserror` crate in preparation for #25. - Parsing errors are captured instead of logged to `warn` by default. - All parsing errors are still logged to `debug` level. - If >= 0.02% of tags can't be parsed, an error is logged. - TSV line errors are always logged as errors. - I/O errors will fail instead of be logged. Signed-off-by: Evan Lloyd New-Schmidt <evan@new-schmidt.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are around 600 wikipedia/wikidata tags in the full planet dump that cannot be parsed by our current setup.
See #19 and #23 for more details.
They should all be values that don't conform to the expected format.
Some of these can be fixed on OSM by us, we can leave notes on others.
The text was updated successfully, but these errors were encountered: