An error occurred while loading the file. Please try again.
form.html 2.13 KiB
<html>
    <head>
        <title>ENsource Disaggregation Report</title>
        <meta charset="UTF-8">
        <style>
            h1 {
                text-align: center;
                color: #002C55;
            h2 {
                text-align: left;
                font-size: 25px;
                font-weight: "bold";
                color: #002C55;
            h1 span {
                color: #549925;
        </style>
    </head>
    <body>
        <h1><span>EN</span>source Disaggregation Report</h1>
        <h2 style="float:left; width: 100%;">Run Results</h2>
        <!-- TO BE ADDED: HELP? -->
        <form action = "http://127.0.0.1:5000/ensource2/" method = "POST" enctype = "multipart/form-data">
            <p>Input CSV file: 
                <input type=file name=file required>
            </p>
            <input type=submit value=Run>
        </form>
        <br/>
        <p><a href="data/sample.csv">Download a sample of input CSV file</a></p>
        <p><small><strong>IMPORTANT:</strong> The header of the CSV input file MUST BE named as the following:
            <ul>
                <li>ID</li>
                <li>GMLId</li>
                <li>Stat PrimaryUsageZoneType</li>
                <li>Stat Class year of construction</li>
                <li>Building Count</li>
                <li>Total Yearly Heat+DHW demand</li>
                <li>January Heating Demand</li>
                <li>February Heating Demand</li>
                <li>March Heating Demand</li>
                <li>April Heating Demand</li>
                <li>May Heating Demand</li>
                <li>June Heating Demand</li>
                <li>July Heating Demand</li>
                <li>August Heating Demand</li>
                <li>September Heating Demand</li>
                <li>October Heating Demand</li>
                <li>November Heating Demand</li>
                <li>December Heating Demand</li>
                <li>Total Distance</li>
                <li>Length</li>
                <li>geometry</li>
                <li>neighbor</li>
            </ul>
        </small></p>
    </body>
</html>