forked from CloudCannon/hydra-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 2.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: The best analytical platform for forecasting WUE
description: Spatially-aware 72-hour WUE forecasts
---
<section class="hero">
<div class="text-container">
<h1 class="editable">The Best Analytical Platform to <strong>Optimize Your WUE</strong></h1>
<p class="subtext editable">Receive Spatially-Aware 72-hour WUE Forecasts in Real-Time</p>
<div class="cta button alt"><a href="{{ site.baseurl }}/contact/">Learn More</a></div>
<div>
<img src="{{ site.baseurl }}/images/landing.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<div class="content">
<section>
<div class="container flex">
<div class="text editable">
<h2>We forecast <strong>On-site WUE</strong></h2>
<p>We leverage 4 years of hourly onsite WUE data from 1000+ locations to build scalable forecasting models for any location in the US. Instead of training expensive, city-specific models, we use clustering techniques like Dynamic Time Warping and Catch22 to group cities with similar patterns. By creating representative series for each cluster and applying SARIMA models, we enable efficient, accurate forecasting. This multilevel approach is cost-effective and adaptable for future scalability. </p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/onsite.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section>
<div class="container flex">
<div class="text editable">
<h2>As well as <strong>Off-site WUE</strong></h2>
<p>We are equipped with hourly data for 28 geographically partitioned EGRID regions, where all cities in the same region share the same offsite WUE. This massively reduces our problem space compared to Onsite WUE, and allows us to experiment with, and compare/contrast different modelling methodologies i.e. LSTMs, SARIMA, and TimesFM (Google's new foundation model for forecasting).</p>
</div>
<div class="image">
<img src="{{ site.baseurl }}/images/offsite.png" alt="Screenshot" class="screenshot editable" />
</div>
</div>
</section>
<section class="bottom-cta">
<h2 class="editable"><strong>Optimize Water Usage and Help the Environment</strong></h2>
<div class="button alt"><a href="#">Get Started</a></div>
</section>
</div>