-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.yaml
More file actions
126 lines (112 loc) · 4.92 KB
/
Copy pathsources.yaml
File metadata and controls
126 lines (112 loc) · 4.92 KB
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
# Licensing registry for all data sources.
# Every collector's source_name must match a key in this file.
# Pipeline refuses to run if a collector references an unregistered source.
sources:
dbgpu:
name: "dbgpu / TechPowerUp GPU Database"
url: "https://github.com/wbrown/dbgpu"
license: "MIT"
redistribution: "permissive"
access_method: "local_package"
attribution: "GPU specifications sourced from TechPowerUp via the dbgpu package (MIT License)."
constraints: "Data originally scraped from TechPowerUp. Factual data (specs) is not copyrightable."
intel_ark:
name: "Intel ARK Product Specifications"
url: "https://ark.intel.com/"
license: "Proprietary (Intel)"
redistribution: "factual_extraction"
access_method: "http_api"
attribution: "CPU specifications extracted from Intel ARK. Factual hardware data only."
constraints: "Factual extraction only. Do not reproduce Intel marketing copy or descriptions."
amd_specs:
name: "AMD Product Specifications"
url: "https://www.amd.com/en/products/specifications/processors"
license: "Proprietary (AMD)"
redistribution: "factual_extraction"
access_method: "browser_scrape"
attribution: "CPU specifications extracted from AMD product pages. Factual hardware data only."
constraints: "Factual extraction only. Requires Playwright for JS-rendered pages."
energy_star:
name: "ENERGY STAR Certified Products"
url: "https://data.energystar.gov/"
license: "US Public Domain"
redistribution: "permissive"
access_method: "http_api"
attribution: "Energy efficiency data from the U.S. EPA ENERGY STAR program."
our_world_in_data:
name: "Our World In Data — Energy"
url: "https://ourworldindata.org/grapher/carbon-intensity-electricity"
license: "CC BY 4.0"
redistribution: "permissive"
access_method: "http_download"
attribution: >
Carbon intensity data from Our World In Data (Hannah Ritchie, Pablo Rosado
and Max Roser, 2023 — "Energy"), adapted from Ember and Energy Institute.
Licensed under CC BY 4.0.
electricity_maps:
name: "Electricity Maps"
url: "https://app.electricitymaps.com/"
license: "Proprietary (Electricity Maps)"
redistribution: "factual_extraction"
access_method: "http_api"
attribution: >
Carbon intensity data from Electricity Maps (https://app.electricitymaps.com/).
Includes country-level and sub-national zone data (352 zones globally).
constraints: "Requires API token. Factual extraction only."
ember_climate:
name: "Ember Global Electricity Review"
url: "https://ember-climate.org/"
license: "CC BY 4.0"
redistribution: "permissive"
access_method: "http_api"
attribution: "Carbon intensity data from Ember (https://ember-climate.org/), licensed under CC BY 4.0."
epa_egrid:
name: "EPA eGRID"
url: "https://www.epa.gov/egrid"
license: "US Public Domain"
redistribution: "permissive"
access_method: "http_download"
attribution: "US emissions data from the EPA Emissions & Generation Resource Integrated Database (eGRID)."
entsoe:
name: "ENTSO-E Transparency Platform"
url: "https://transparency.entsoe.eu/"
license: "Open (ENTSO-E terms)"
redistribution: "permissive"
access_method: "http_api"
attribution: "European grid data from the ENTSO-E Transparency Platform."
constraints: "Requires API key registration."
gcp:
name: "Google Cloud Carbon Footprint"
url: "https://github.com/GoogleCloudPlatform/region-carbon-info"
license: "Apache 2.0"
redistribution: "permissive"
access_method: "http_download"
attribution: "Cloud region carbon data from Google Cloud Platform region-carbon-info (Apache 2.0)."
aws:
name: "AWS Sustainability"
url: "https://sustainability.aboutamazon.com/"
license: "Proprietary (Amazon)"
redistribution: "factual_extraction"
access_method: "http_scrape"
attribution: "Cloud region carbon data extracted from AWS sustainability reports."
azure:
name: "Microsoft Azure Sustainability"
url: "https://azure.microsoft.com/en-us/explore/global-infrastructure/sustainability"
license: "Proprietary (Microsoft)"
redistribution: "factual_extraction"
access_method: "http_scrape"
attribution: "Cloud region carbon data extracted from Microsoft Azure sustainability reports."
boavizta:
name: "Boavizta Environmental Footprint Data"
url: "https://api.boavizta.org/"
license: "AGPL-3.0"
redistribution: "permissive"
access_method: "http_api"
attribution: "Embodied carbon data from the Boavizta API (https://api.boavizta.org/)."
ccf:
name: "Cloud Carbon Footprint Coefficients"
url: "https://github.com/cloud-carbon-footprint/cloud-carbon-coefficients"
license: "Apache 2.0"
redistribution: "permissive"
access_method: "http_download"
attribution: "Cloud emission coefficients from the Cloud Carbon Footprint project (Apache 2.0)."