openstreetmap-polska/openaedmap-frontend

Develop a data standardization scheme for download

Closed this issue · 1 comments

When downloading AED data for the whole world, it gets messy, so I suggest standardizing the data and reducing the number of columns to a reasonable size

@wzbartczak
Please see https://github.com/openstreetmap-polska/openaedmap-backend/blob/main/backend/data_file_generator.py for lists of tags. Tag needs either be in TAGS_EXPORTED or have prefix in TAGS_PREFIX_EXPORTED.
So for example access and defibrillator:location:pl are exported, access:something isn't at the moment.
It's not deployed to production yet, we can change list of tags.
I based lists on popular tags & https://wiki.openstreetmap.org/wiki/Tag:emergency%3Ddefibrillator

Solved in openstreetmap-polska/openaedmap-backend@3b9ef96