Load Aggregation In XDL Flashcards

(32 cards)

1
Q

What fixes are related to Problem Load Aggregation?

A

Manual, multi-week transformer load studies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What raw input is needed for load aggregation?

A

Interval reads + two mapping CSVs (NME & PCR).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the core SQL object name for transformer data?

A

v_xfmr_daily

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is the daily kW peak defined?

A

Max 15-min interval for each transformer each day.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the dashboard latency from meter to map?

A

~10 minutes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the top user action after seeing red transformers?

A

Rebalance load or fast-track upgrade.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which file provides ratings for transformers?

A

NME (asset master).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the overload rule of thumb?

A

Flag >90 % of kVA rating.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the GUI tool name used for BI?

A

Superset (open-source BI inside XDL).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the key value proposition of the system?

A

Turns raw AMI data into a transformer heat-map—no spreadsheets required.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the ingest path from RNI to XDL?

A

RNI ➜ S3 landing bucket ➜ AWS Glue job ➜ Redshift electric_intervals table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the default interval granularity supported?

A

15-min, 30-min, or hourly (config flag in Glue job).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why do we prefer a SQL VIEW over a Materialized View by default?

A

Zero ops overhead; always up-to-date; Redshift handles daily roll-ups fast enough for most utilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When should you convert to a Materialized View?

A

> 10 M rows per day or dashboard latency >5 s; schedule nightly REFRESH.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What column was added to NME for the GreyStone pilot?

A

transformer_type (OH / UG) to enable dashboard filter.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are two ways to join meter ratings if NME is incomplete?

A

1) supplemental custom_tbl_xfmr_map; 2) left join to GIS export with kVA field.

17
Q

What is the Superset dataset security model?

A

Tenant schema isolation + optional row-level security filters via roles.

18
Q

What is the API endpoint pattern to pull daily kW peak JSON?

A

/xdl/api/v1/dataset/v_xfmr_daily?transformer_id=XXXX&date=YYYY-MM-DD

19
Q

What is a common root cause of ‘missing transformer dots’?

A

PCR file missing child-to-parent links or duplicate device_id values.

20
Q

What is the first upsell module after Load Aggregation?

A

AI anomaly scoring (flags transformers whose load pattern deviates from historical norm).

21
Q

Why does Load Aggregation matter for EVs?

A

It aggregates meter data at the transformer level to identify evening charging spikes and spot overloaded assets early.

22
Q

What is the typical EV-charging surge window?

A

5 PM – 10 PM local time (post-commute plug-ins).

23
Q

What KPI is added to the dashboard for EV analysis?

A

Evening Peak kW (max kW between 5-10 PM).

24
Q

What is the rule of thumb overload threshold with high-EV adoption?

A

≥ 75 % of kVA rating during surge window (lower than 90 % to leave headroom).

25
What is the suggested heat-map colour scheme for EV planning?
Green 0–60 %, Yellow 60–75 %, Orange 75–90 %, Red 90 % +.
26
What is an EV-cluster early-warning sign?
Consecutive 10 %+ month-over-month growth in evening kW for a single transformer bank.
27
How can you identify likely EV homes with existing data?
Filter meters whose evening usage is > 3× their noon usage consistently.
28
What metric feeds EV hosting-capacity studies?
Max 15-min kW per transformer vs. nameplate kVA.
29
What weekly report should be sent to planners?
Top 50 transformers by evening capacity factor with 6-month trend.
30
How is power-quality tied to EV surges?
Combine evening load with voltage extract to flag under-voltage caused by EV surges.
31
What is the next-step module after Load Aggregation for EVs?
Smart-charger detection AI (classifies EV signatures, forecasts adoption curve).
32
What is a business value sound-bite for Load Aggregation?
Load Aggregation pinpoints EV hotspots so you upgrade the right transformers before summer peaks.