aboutsummaryrefslogtreecommitdiff
path: root/data/tables/ev_crash_course/l1_cost_charging.yaml
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-22 02:59:51 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-22 02:59:51 -0400
commit17ef7636064f347fbfd7b211390e030f74671271 (patch)
tree1d79810d883a284278d1190ad97df154c2927b95 /data/tables/ev_crash_course/l1_cost_charging.yaml
parentc775279dfe64bea2691f0447977466d02ba3a261 (diff)
downloadpablotron.org-17ef7636064f347fbfd7b211390e030f74671271.tar.bz2
pablotron.org-17ef7636064f347fbfd7b211390e030f74671271.zip
ev-crash-course: move l1 cost per mile to table shortcode, rename cost_charging to charging_cost
Diffstat (limited to 'data/tables/ev_crash_course/l1_cost_charging.yaml')
-rw-r--r--data/tables/ev_crash_course/l1_cost_charging.yaml29
1 files changed, 0 insertions, 29 deletions
diff --git a/data/tables/ev_crash_course/l1_cost_charging.yaml b/data/tables/ev_crash_course/l1_cost_charging.yaml
deleted file mode 100644
index a35e746..0000000
--- a/data/tables/ev_crash_course/l1_cost_charging.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
----
-# table name (required)
-name: "Cost of Charging, Home Level 1 Charger"
-
-# table columns (required)
-cols:
- - id: "description"
- name: "Description"
- tip: "Amount of charge."
- - id: "energy"
- name: "Energy (kWh)"
- tip: "Amount of energy gained, in kilowatt-hours (kWh)."
- align: "right"
- - id: "cost"
- name: "Cost"
- tip: "Total cost of charge."
- align: "right"
-
-# table rows (required)
-rows:
-- description: "50 miles of range"
- energy: "14 kWh"
- cost: "$2.22"
-- description: "90% SoC (270 miles)"
- energy: "65.7 kWh"
- cost: "$10.32"
-- description: "100% SoC (310 miles)"
- energy: "75 kWh"
- cost: "$11.48"