{% extends 'base.html.twig' %} {% block title %}{{ 'display.stats'|trans }}- {{ stats.zone }} {{ stats.name }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
# | Utilisateur OSM | Nombre de lieux | Score de complétion moyen | Score de complétion pondéré | Score pondéré normalisé (0-100) |
---|---|---|---|---|---|
{{ loop.index }} | {{ row.osm_user }} | {{ row.nb }} | {% if row.completion_moyen is not null %} {{ row.completion_moyen }} % {% else %} N/A {% endif %} | {% if row.completion_pondere is not null %} {{ row.completion_pondere }} {% else %} N/A {% endif %} | {% if row.completion_pondere_normalisee is not null %} {{ row.completion_pondere_normalisee }} {% else %} N/A {% endif %} |
Aucun contributeur trouvé pour cette ville. |
{{overpass}}
Comment est calculé le score de complétion ?