forked from abrie/beyond-carbon-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
result.json
921 lines (920 loc) · 39.4 KB
/
result.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
{
"Alabama": {
"juristiction": "Alabama",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 43rd by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 15,
"jurisdiction": "Alabama",
"CO2_emissions": 108.3,
"CO2_percent": 2.1,
"population": 4877989,
"population_percent": 1.483,
"CO2_per_capita": 22.202,
"CO2_per_1000_miles": 2.1
},
"Alaska": {
"juristiction": "Alaska",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 41st (tied with South Carolina) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 40,
"jurisdiction": "Alaska",
"CO2_emissions": 34.1,
"CO2_percent": 0.7,
"population": 740983,
"population_percent": 0.225,
"CO2_per_capita": 46.02,
"CO2_per_1000_miles": 0.1
},
"American Samoa": {
"juristiction": "American Samoa",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is not ranked by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 55,
"jurisdiction": "American Samoa",
"CO2_emissions": 0.36,
"CO2_percent": 0.007,
"population": 55620,
"population_percent": 0.0169,
"CO2_per_capita": 6.472,
"CO2_per_1000_miles": 4.7
},
"Arizona": {
"juristiction": "Arizona",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 15% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 50% reduction in carbon pollution below 2000 levels by 2040.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 17th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 24,
"jurisdiction": "Arizona",
"CO2_emissions": 85.6,
"CO2_percent": 1.7,
"population": 7048088,
"population_percent": 2.143,
"CO2_per_capita": 12.145,
"CO2_per_1000_miles": 0.8
},
"Arkansas": {
"juristiction": "Arkansas",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 34th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 29,
"jurisdiction": "Arkansas",
"CO2_emissions": 63.9,
"CO2_percent": 1.2,
"population": 3003855,
"population_percent": 0.913,
"CO2_per_capita": 21.273,
"CO2_per_1000_miles": 1.2
},
"California": {
"juristiction": "California",
"clean_energy_commitment": "Yes, [XX] has committed in law to 100% clean energy by 2045.",
"clean_energy_target_percent": "[XX] has a target of 100% renewable or clean energy by 2045.",
"carbon_pollution_reduction_goal_percent": "[XX] has a mandatory goal of an 80% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "[XX] has a zero vehicle emissions mandate with a target that 22% of all new vehicles will be electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 2nd by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 2,
"jurisdiction": "California",
"CO2_emissions": 358.6,
"CO2_percent": 7.0,
"population": 39337785,
"population_percent": 11.962,
"CO2_per_capita": 9.116,
"CO2_per_1000_miles": 2.3
},
"Colorado": {
"juristiction": "Colorado",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 30% renewable or clean energy by 2020.",
"carbon_pollution_reduction_goal_percent": "[XX] has legislated a goal of 90% reduction in carbon pollution by 2050.",
"electric_vehicle_goals": "[XX] is adopting a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 14th (tied with Maine) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 23,
"jurisdiction": "Colorado",
"CO2_emissions": 87.0,
"CO2_percent": 1.7,
"population": 5617421,
"population_percent": 1.708,
"CO2_per_capita": 15.488,
"CO2_per_1000_miles": 0.8
},
"Connecticut": {
"juristiction": "Connecticut",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 44% renewable or clean energy by 2030.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of an 80% reduction in carbon pollution below 2001 levels by 2050.",
"electric_vehicle_goals": "[XX] has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 5th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 41,
"jurisdiction": "Connecticut",
"CO2_emissions": 33.4,
"CO2_percent": 0.6,
"population": 3575324,
"population_percent": 1.087,
"CO2_per_capita": 9.342,
"CO2_per_1000_miles": 6.9
},
"Delaware": {
"juristiction": "Delaware",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 25% renewable or clean energy by 2026.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 30% reduction in carbon pollution below 2008 levels by 2030.",
"electric_vehicle_goals": "[XX] has a low-emissions vehicle program which encourages electric vehicles but isn't as strong as a zero-emissions vehicle mandate.",
"energy_efficency_rank": "[XX] is ranked 22nd by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 49,
"jurisdiction": "Delaware",
"CO2_emissions": 12.3,
"CO2_percent": 0.2,
"population": 957942,
"population_percent": 0.291,
"CO2_per_capita": 12.84,
"CO2_per_1000_miles": 6.3
},
"District of Columbia": {
"juristiction": "District of Columbia",
"clean_energy_commitment": "Yes, the District of Columbia has committed in law to 100% clean energy by 2032.",
"clean_energy_target_percent": "[XX] has a target of 100% renewable or clean energy by 2032",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 12th (tied with Illinois) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 53,
"jurisdiction": "District of Columbia",
"CO2_emissions": 2.6,
"CO2_percent": 0.05,
"population": 697079,
"population_percent": 0.212,
"CO2_per_capita": 3.73,
"CO2_per_1000_miles": 42.6
},
"Florida": {
"juristiction": "Florida",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of 80% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 23rd by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 3,
"jurisdiction": "Florida",
"CO2_emissions": 226.6,
"CO2_percent": 4.4,
"population": 20977089,
"population_percent": 6.38,
"CO2_per_capita": 10.802,
"CO2_per_1000_miles": 4.2
},
"Georgia": {
"juristiction": "Georgia",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 38th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 11,
"jurisdiction": "Georgia",
"CO2_emissions": 131.9,
"CO2_percent": 2.6,
"population": 10417031,
"population_percent": 3.168,
"CO2_per_capita": 12.662,
"CO2_per_1000_miles": 2.3
},
"Guam": {
"juristiction": "Guam",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 25% renewable or clean energy by 2035.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is not ranked by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 54,
"jurisdiction": "Guam",
"CO2_emissions": 2.21,
"CO2_percent": 0.043,
"population": 164281,
"population_percent": 0.05,
"CO2_per_capita": 13.453,
"CO2_per_1000_miles": 10.5
},
"Hawaii": {
"juristiction": "Hawaii",
"clean_energy_commitment": "Yes, Hawaii has committed in law to 100% clean energy by 2045.",
"clean_energy_target_percent": "[XX] has a target of 100% renewable or clean energy by 2045.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal to be carbon neutral by 2045.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 16th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 45,
"jurisdiction": "Hawaii",
"CO2_emissions": 17.6,
"CO2_percent": 0.3,
"population": 1425763,
"population_percent": 0.434,
"CO2_per_capita": 12.344,
"CO2_per_1000_miles": 2.7
},
"Idaho": {
"juristiction": "Idaho",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 26th (tied with North Carolina and Virginia) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 44,
"jurisdiction": "Idaho",
"CO2_emissions": 18.4,
"CO2_percent": 0.4,
"population": 1719745,
"population_percent": 0.523,
"CO2_per_capita": 10.699,
"CO2_per_1000_miles": 0.2
},
"Illinois": {
"juristiction": "Illinois",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 25% renewable or clean energy by 2025-2026.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of 60% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 12th (tied with the District of Columbia) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 7,
"jurisdiction": "Illinois",
"CO2_emissions": 201.1,
"CO2_percent": 3.9,
"population": 12779893,
"population_percent": 3.886,
"CO2_per_capita": 15.736,
"CO2_per_1000_miles": 3.6
},
"Indiana": {
"juristiction": "Indiana",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 10% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "Your state is ranked 40th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 8,
"jurisdiction": "Indiana",
"CO2_emissions": 175.8,
"CO2_percent": 3.4,
"population": 6662068,
"population_percent": 2.026,
"CO2_per_capita": 26.388,
"CO2_per_1000_miles": 4.9
},
"Iowa": {
"juristiction": "Iowa",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 105 MW of electricity from renewable energy sources, but generates a far larger amount of renewable energy.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 24th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 26,
"jurisdiction": "Iowa",
"CO2_emissions": 76.3,
"CO2_percent": 1.5,
"population": 3143734,
"population_percent": 0.956,
"CO2_per_capita": 24.271,
"CO2_per_1000_miles": 1.4
},
"Kansas": {
"juristiction": "Kansas",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 20% renewable or clean energy by 2020.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 46th (tied with Louisiana and South Dakota) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 32,
"jurisdiction": "Kansas",
"CO2_emissions": 57.9,
"CO2_percent": 1.1,
"population": 2910892,
"population_percent": 0.885,
"CO2_per_capita": 19.891,
"CO2_per_1000_miles": 0.7
},
"Kentucky": {
"juristiction": "Kentucky",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 29th (tied with Nevada, Ohio, and Wisconsin) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 14,
"jurisdiction": "Kentucky",
"CO2_emissions": 113.6,
"CO2_percent": 2.2,
"population": 4455590,
"population_percent": 1.355,
"CO2_per_capita": 25.496,
"CO2_per_1000_miles": 2.9
},
"Louisiana": {
"juristiction": "Louisiana",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 46th (tied with Kansas and South Dakota) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 4,
"jurisdiction": "Louisiana",
"CO2_emissions": 226.4,
"CO2_percent": 4.4,
"population": 4673673,
"population_percent": 1.421,
"CO2_per_capita": 48.442,
"CO2_per_1000_miles": 5.2
},
"Maine": {
"juristiction": "Maine",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] establsihed a target of 40% renewable or clean energy by 2017.*",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 80% reduction in carbon pollution below 2003 levels.",
"electric_vehicle_goals": "[XX] has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 14th (tied with Colorado) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 46,
"jurisdiction": "Maine",
"CO2_emissions": 15.4,
"CO2_percent": 0.3,
"population": 1335743,
"population_percent": 0.406,
"CO2_per_capita": 11.529,
"CO2_per_1000_miles": 0.5
},
"Maryland": {
"juristiction": "Maryland",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 25% renewable or clean energy by 2020.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of 40% reduction in carbon pollution below 2006 levels by 2030.",
"electric_vehicle_goals": "[XX] has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 10th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 35,
"jurisdiction": "Maryland",
"CO2_emissions": 51.6,
"CO2_percent": 1.0,
"population": 6028186,
"population_percent": 1.833,
"CO2_per_capita": 8.56,
"CO2_per_1000_miles": 5.3
},
"Massachusetts": {
"juristiction": "Massachusetts",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 35% renewable or clean energy by 2030.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of 80% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "[XX] has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 1st by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 30,
"jurisdiction": "Massachusetts",
"CO2_emissions": 63.3,
"CO2_percent": 1.2,
"population": 6863560,
"population_percent": 2.087,
"CO2_per_capita": 9.223,
"CO2_per_1000_miles": 8.1
},
"Michigan": {
"juristiction": "Michigan",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 35% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of 80% reduction in carbon pollution below 2005 levels by 2050.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 11th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 10,
"jurisdiction": "Michigan",
"CO2_emissions": 151.8,
"CO2_percent": 2.9,
"population": 9976752,
"population_percent": 3.034,
"CO2_per_capita": 15.215,
"CO2_per_1000_miles": 2.7
},
"Minnesota": {
"juristiction": "Minnesota",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 25% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of 80% reduction in carbon pollution below 2005 levels by 2050.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 8th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 22,
"jurisdiction": "Minnesota",
"CO2_emissions": 87.9,
"CO2_percent": 1.7,
"population": 5569283,
"population_percent": 1.694,
"CO2_per_capita": 15.783,
"CO2_per_1000_miles": 1.1
},
"Mississippi": {
"juristiction": "Mississippi",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 44th (tied with Nebraska) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 28,
"jurisdiction": "Mississippi",
"CO2_emissions": 67.4,
"CO2_percent": 1.3,
"population": 2990674,
"population_percent": 0.909,
"CO2_per_capita": 22.537,
"CO2_per_1000_miles": 1.4
},
"Missouri": {
"juristiction": "Missouri",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 15% renewable or clean energy by 2021.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 33rd by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 12,
"jurisdiction": "Missouri",
"CO2_emissions": 122.4,
"CO2_percent": 2.4,
"population": 6111382,
"population_percent": 1.858,
"CO2_per_capita": 20.028,
"CO2_per_1000_miles": 1.8
},
"Montana": {
"juristiction": "Montana",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 15% renewable or clean energy by 2015.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 37th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 42,
"jurisdiction": "Montana",
"CO2_emissions": 30.3,
"CO2_percent": 0.6,
"population": 1053862,
"population_percent": 0.32,
"CO2_per_capita": 28.751,
"CO2_per_1000_miles": 0.2
},
"Nebraska": {
"juristiction": "Nebraska",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 44th (tied with Mississippi) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 36,
"jurisdiction": "Nebraska",
"CO2_emissions": 47.7,
"CO2_percent": 0.9,
"population": 1916998,
"population_percent": 0.583,
"CO2_per_capita": 24.883,
"CO2_per_1000_miles": 0.6
},
"Nevada": {
"juristiction": "Nevada",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 50% renewable or clean energy by 2030.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 29th (tied with Kentucky, Ohio, and Wisconsin) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 39,
"jurisdiction": "Nevada",
"CO2_emissions": 36.2,
"CO2_percent": 0.7,
"population": 2972097,
"population_percent": 0.904,
"CO2_per_capita": 12.18,
"CO2_per_1000_miles": 0.3
},
"New Hampshire": {
"juristiction": "New Hampshire",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 25.2% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 80% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 21st by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 48,
"jurisdiction": "New Hampshire",
"CO2_emissions": 13.4,
"CO2_percent": 0.3,
"population": 1350395,
"population_percent": 0.411,
"CO2_per_capita": 9.923,
"CO2_per_1000_miles": 1.5
},
"New Jersey": {
"juristiction": "New Jersey",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 50% renewable or clean energy by 2030.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of 80% reduction in carbon pollution below 2006 levels by 2050.",
"electric_vehicle_goals": "New Jersey has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 18th (tied with Pennsylvania) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 16,
"jurisdiction": "New Jersey",
"CO2_emissions": 101.0,
"CO2_percent": 2.0,
"population": 8888147,
"population_percent": 2.703,
"CO2_per_capita": 11.363,
"CO2_per_1000_miles": 13.7
},
"New Mexico": {
"juristiction": "New Mexico",
"clean_energy_commitment": "Yes, [XX] has committed in law to 100% clean energy by 2045.",
"clean_energy_target_percent": "[XX] has a target of 100% renewable or clean energy by 2045.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 45% reduction in carbon pollution below 2005 levels by 2030.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 36th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 37,
"jurisdiction": "New Mexico",
"CO2_emissions": 48.7,
"CO2_percent": 0.9,
"population": 2092844,
"population_percent": 0.636,
"CO2_per_capita": 23.27,
"CO2_per_1000_miles": 0.4
},
"New York": {
"juristiction": "New York",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 50% renewable or clean energy by 2030.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of 80% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "[XX] has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 6th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 9,
"jurisdiction": "New York",
"CO2_emissions": 156.7,
"CO2_percent": 3.0,
"population": 19593849,
"population_percent": 5.958,
"CO2_per_capita": 7.997,
"CO2_per_1000_miles": 3.3
},
"North Carolina": {
"juristiction": "North Carolina",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 12.5% renewable or clean energy by 2021.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 40% reduction in carbon pollution below 2005 levels by 2025.",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 26th (tied with Idaho and Virginia) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 13,
"jurisdiction": "North Carolina",
"CO2_emissions": 115.0,
"CO2_percent": 2.2,
"population": 10275758,
"population_percent": 3.125,
"CO2_per_capita": 11.191,
"CO2_per_1000_miles": 2.4
},
"North Dakota": {
"juristiction": "North Dakota",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 10% renewable or clean energy by 2015.*",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 49th (tied with West Virginia) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 34,
"jurisdiction": "North Dakota",
"CO2_emissions": 56.2,
"CO2_percent": 1.1,
"population": 756755,
"population_percent": 0.23,
"CO2_per_capita": 74.264,
"CO2_per_1000_miles": 0.8
},
"Northern Mariana Islands": {
"juristiction": "Northern Mariana Islands",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 20% renewable or clean energy by 2016.*",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is not ranked by the American Council for an Energy-Efficient Economy.",
"CO2_rank": "",
"jurisdiction": "Northern Mariana Islands",
"CO2_emissions": "No data",
"CO2_percent": "No data",
"population": 56562,
"population_percent": 0.0172,
"CO2_per_capita": "No data",
"CO2_per_1000_miles": "No data"
},
"Ohio": {
"juristiction": "Ohio",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 12.5% renewable or clean energy by 2026.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 29th (tied with Kentucky, Nevada, and Wisconsin) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 6,
"jurisdiction": "Ohio",
"CO2_emissions": 204.3,
"CO2_percent": 4.0,
"population": 11665706,
"population_percent": 3.548,
"CO2_per_capita": 17.513,
"CO2_per_1000_miles": 5.0
},
"Oklahoma": {
"juristiction": "Oklahoma",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 15% renewable or clean energy by 2015. *",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 39th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 20,
"jurisdiction": "Oklahoma",
"CO2_emissions": 92.7,
"CO2_percent": 1.8,
"population": 3933602,
"population_percent": 1.196,
"CO2_per_capita": 23.566,
"CO2_per_1000_miles": 1.4
},
"Oregon": {
"juristiction": "Oregon",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 50% renewable or clean energy by 2040.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 75% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "[XX] has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 7th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 38,
"jurisdiction": "Oregon",
"CO2_emissions": 38.3,
"CO2_percent": 0.7,
"population": 4147294,
"population_percent": 1.261,
"CO2_per_capita": 9.235,
"CO2_per_1000_miles": 0.4
},
"Pennsylvania": {
"juristiction": "Pennsylvania",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 18% renewable or clean energy by 2021.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 80% reduction in carbon pollution below 2005 levels by 2025.",
"electric_vehicle_goals": "[XX] has low-emissions vehicle program, which encourages electric vehicles but isn't as strong as a zero-emissions vehicle mandate.",
"energy_efficency_rank": "[XX] is ranked 18th (tied with New Jersey) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 5,
"jurisdiction": "Pennsylvania",
"CO2_emissions": 215.3,
"CO2_percent": 4.2,
"population": 12794679,
"population_percent": 3.891,
"CO2_per_capita": 16.827,
"CO2_per_1000_miles": 4.8
},
"Puerto Rico": {
"juristiction": "Puerto Rico",
"clean_energy_commitment": "Yes, [XX] has committed in law to 100% clean energy by 2050.",
"clean_energy_target_percent": "[XX] has a target of 100% renewable or clean energy by 2050.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is not ranked by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 43,
"jurisdiction": "Puerto Rico",
"CO2_emissions": 19.8,
"CO2_percent": 0.4,
"population": 3337000,
"population_percent": 1.015,
"CO2_per_capita": 5.933,
"CO2_per_1000_miles": 5.8
},
"Rhode Island": {
"juristiction": "Rhode Island",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 38.5% renewable or clean energy by 2035.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 80% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "[XX] has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 3rd by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 50,
"jurisdiction": "Rhode Island",
"CO2_emissions": 10.0,
"CO2_percent": 0.2,
"population": 1056554,
"population_percent": 0.321,
"CO2_per_capita": 9.465,
"CO2_per_1000_miles": 9.7
},
"South Carolina": {
"juristiction": "South Carolina",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 2% renewable or clean energy by 2021.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 41st (tied with Alaska) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 27,
"jurisdiction": "South Carolina",
"CO2_emissions": 68.8,
"CO2_percent": 1.4,
"population": 5027102,
"population_percent": 1.529,
"CO2_per_capita": 13.686,
"CO2_per_1000_miles": 2.3
},
"South Dakota": {
"juristiction": "South Dakota",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 10% renewable or clean energy by 2015.*",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 46th (tied with Kansas and Louisiana) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 47,
"jurisdiction": "South Dakota",
"CO2_emissions": 14.5,
"CO2_percent": 0.3,
"population": 873732,
"population_percent": 0.266,
"CO2_per_capita": 16.595,
"CO2_per_1000_miles": 0.2
},
"Tennessee": {
"juristiction": "Tennessee",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 35th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 18,
"jurisdiction": "Tennessee",
"CO2_emissions": 97.6,
"CO2_percent": 1.9,
"population": 6714748,
"population_percent": 2.042,
"CO2_per_capita": 14.535,
"CO2_per_1000_miles": 2.4
},
"Texas": {
"juristiction": "Texas",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 10,000 MW of renewable energy capacity by 2025.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 25th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 1,
"jurisdiction": "Texas",
"CO2_emissions": 706.5,
"CO2_percent": 13.7,
"population": 28291024,
"population_percent": 8.603,
"CO2_per_capita": 24.973,
"CO2_per_1000_miles": 2.7
},
"US Virgin Islands": {
"juristiction": "US Virgin Islands",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 51% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is not ranked by the American Council for an Energy-Efficient Economy."
},
"Utah": {
"juristiction": "Utah",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 20% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 20th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 33,
"jurisdiction": "Utah",
"CO2_emissions": 58.2,
"CO2_percent": 1.1,
"population": 3103540,
"population_percent": 0.944,
"CO2_per_capita": 18.753,
"CO2_per_1000_miles": 0.7
},
"Vermont": {
"juristiction": "Vermont",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 75% renewable or clean energy by 2032.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 90% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "[XX] has a zero-emissions vehicle mandate of 22% of new vehicles being electric by 2025.",
"energy_efficency_rank": "[XX] is ranked 4th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 51,
"jurisdiction": "Vermont",
"CO2_emissions": 5.8,
"CO2_percent": 0.1,
"population": 625132,
"population_percent": 0.19,
"CO2_per_capita": 9.278,
"CO2_per_1000_miles": 0.6
},
"Virginia": {
"juristiction": "Virginia",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 15% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 26th (tied with Idaho and North Carolina) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 17,
"jurisdiction": "Virginia",
"CO2_emissions": 97.9,
"CO2_percent": 1.9,
"population": 8471011,
"population_percent": 2.576,
"CO2_per_capita": 11.557,
"CO2_per_1000_miles": 2.5
},
"Washington": {
"juristiction": "Washington",
"clean_energy_commitment": "Yes, [XX] has committed in law to 100% clean energy by 2045.",
"clean_energy_target_percent": "[XX] has target of 100% clean energy by 2045.",
"carbon_pollution_reduction_goal_percent": "[XX] has a nonbinding goal of a 50% reduction in carbon pollution below 1990 levels by 2050.",
"electric_vehicle_goals": "[XX] has low-emissions vehicle program, which encourages electric vehicles but isn't as strong as a zero-emissions vehicle mandate.",
"energy_efficency_rank": "[XX] is ranked 9th by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 25,
"jurisdiction": "Washington",
"CO2_emissions": 78.2,
"CO2_percent": 1.5,
"population": 7427951,
"population_percent": 2.259,
"CO2_per_capita": 10.528,
"CO2_per_1000_miles": 1.2
},
"West Virginia": {
"juristiction": "West Virginia",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] has a target of 25% renewable or clean energy by 2025.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 49th (tied with North Dakota) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 21,
"jurisdiction": "West Virginia",
"CO2_emissions": 90.8,
"CO2_percent": 1.8,
"population": 1818683,
"population_percent": 0.553,
"CO2_per_capita": 49.926,
"CO2_per_1000_miles": 3.8
},
"Wisconsin": {
"juristiction": "Wisconsin",
"clean_energy_commitment": "Your governor supports 100% clean energy, but [XX] hasn't made it mandatory.",
"clean_energy_target_percent": "[XX] has a target of 10% renewable or clean energy by 2015.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX] is ranked 29th (tied with Kentucky, Nevada, and Ohio) by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 19,
"jurisdiction": "Wisconsin",
"CO2_emissions": 97.6,
"CO2_percent": 1.9,
"population": 5793147,
"population_percent": 1.762,
"CO2_per_capita": 16.847,
"CO2_per_1000_miles": 1.8
},
"Wyoming": {
"juristiction": "Wyoming",
"clean_energy_commitment": "No",
"clean_energy_target_percent": "[XX] does not have a mandatory renewable energy target.",
"carbon_pollution_reduction_goal_percent": "No",
"electric_vehicle_goals": "No",
"energy_efficency_rank": "[XX]is ranked 51st by the American Council for an Energy-Efficient Economy.",
"CO2_rank": 31,
"jurisdiction": "Wyoming",
"CO2_emissions": 60.6,
"CO2_percent": 1.2,
"population": 579994,
"population_percent": 0.176,
"CO2_per_capita": 104.484,
"CO2_per_1000_miles": 0.6
},
"States D.C. and territories total": {
"CO2_rank": "",
"jurisdiction": "States D.C. and territories total",
"CO2_emissions": 5158.54,
"CO2_percent": 100,
"population": 328842859,
"population_percent": 100,
"CO2_per_capita": 15.687,
"CO2_per_1000_miles": 1.355
},
"States and D.C. Total": {
"CO2_rank": "",
"jurisdiction": "States and D.C. Total",
"CO2_emissions": 5133.4,
"CO2_percent": 99.51,
"population": 325122128,
"population_percent": 98.87,
"CO2_per_capita": 15.789,
"CO2_per_1000_miles": 1.352
},
"U.S. Virgin Islands": {
"CO2_rank": 52,
"jurisdiction": "U.S. Virgin Islands",
"CO2_emissions": 2.76,
"CO2_percent": 0.05,
"population": 107268,
"population_percent": 0.0326,
"CO2_per_capita": 25.73,
"CO2_per_1000_miles": 20.5
}
}