{% extends "layout/base.html" %} {% block title %}Datasets audit{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block panel %} {% endblock %} {% block content %}
Product | Missing footprint | Missing CRS | Missing Regions | Missing Dataset Size | {% for stat in spatial_quality_stats | sort(attribute='product.name') %}
---|---|---|---|---|
{{ stat.product.name | product_link }} | {{ stat.missing_footprint | percent(stat.count) }} | {{ stat.missing_srid | percent(stat.count) }} | {{ (stat.count - stat.has_region) | percent(stat.count) }} | {{ (stat.count - stat.has_file_size) | percent(stat.count) }} |
Product | Avg. Footprint size | {% for stat in spatial_quality_stats | sort(attribute='avg_footprint_bytes', reverse=True) | batch(15) | first %}|
---|---|---|
{{ stat.product.name | product_link }} | {% if stat.footprint_size %} {% set avg_footprint_size=stat.footprint_size / stat.count %}{{ avg_footprint_size | printable_data_size }} | {% else %}{% endif %} |
Extremely slow queries usually indicate a misconfigured index for the product.