{% extends "base.html" %} {% block title %}Home - SCADA vs DWG Manifest Comparison Tool{% endblock %} {% block content %}
{% if has_previous_results %}

Previous Comparisons

{% endif %}

Compare SCADA, DWG, and Manifest Data

Upload your data sources to identify discrepancies between SCADA object metadata, DWG-extracted device list, and mechanical manifest data.

Enter the URL of the Git repository containing SCADA object metadata JSON files.
Upload Excel file containing the mechanical manifest data (must include a "Name" column).
Upload Excel file containing the DWG-extracted device list (must include a "Name" column).
{% endblock %} {% block extra_js %} {% endblock %}