JanReifenrath
JanReifenrath
### **Quality assurance of new attributes** ### _working new attributes:_ **Bus stops** Bus stop area (low completeness of 37 out of 397016 in Germany) Public transport platform **Clinics** Birthing centre...
i added that attribute partly because it is the most common tag for highway but i'll admit it doesn't really make sense for attribute completeness - will remove it and...
Many atrributes for the topic clinics are not very suitable for the attribute completeness indicator (healthcare=rehabilitation etc.) because not all clinics should have this. The same goes for the attribute...
the code should look roughly like this if len(self.attribute_names) > 1: tags = "attributes " + ", ".join(self.attribute_names) else: tags = "attribute " + self.attribute_names[0]
yes, this has already been fixed (link to commit where it got fixed: https://github.com/GIScience/ohsome-quality-api/commit/3bfb2d5780dd29e9fe310a5bbe8be431e158f23f )