Skip to content
Open
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
416c26c
Climate Trace GHG Emissions refresh
HarishC727 Feb 5, 2026
15b2c25
resolved gemini comments
HarishC727 Feb 6, 2026
6b45269
Merge branch 'master' into climate_trace_ref
HarishC727 Feb 6, 2026
a17f6ee
Merge branch 'master' into climate_trace_ref
HarishC727 Feb 13, 2026
3593055
Merge branch 'master' into climate_trace_ref
HarishC727 Feb 16, 2026
be09dc6
resolved internal comments
HarishC727 Feb 16, 2026
b6a6327
Merge branch 'master' into climate_trace_ref
HarishC727 Mar 3, 2026
26f9e4b
resolved core team comments
HarishC727 Mar 4, 2026
f38f4e7
Merge branch 'master' into climate_trace_ref
HarishC727 Mar 4, 2026
e8e6310
updated readme
HarishC727 Mar 5, 2026
3c4068c
fixed manifest file
HarishC727 Mar 6, 2026
cdc2f74
Merge branch 'master' into climate_trace_ref
HarishC727 Mar 6, 2026
37e0136
Merge branch 'master' into climate_trace_ref
HarishC727 Mar 17, 2026
674a850
Remove input_rows from common_metadata.csv
HarishC727 Mar 17, 2026
8b5922a
Merge branch 'master' into climate_trace_ref
HarishC727 Mar 17, 2026
b5a0d28
Merge branch 'datacommonsorg:master' into climate_trace_ref
HarishC727 Mar 23, 2026
75f84a9
correcting manifest.json
HarishC727 Mar 23, 2026
0169212
fixed download
HarishC727 Mar 25, 2026
a70c829
Merge branch 'master' into climate_trace_ref
HarishC727 Mar 25, 2026
8771365
Merge branch 'master' into climate_trace_ref
HarishC727 Apr 3, 2026
748bbaa
Merge branch 'master' into climate_trace_ref
HarishC727 Apr 9, 2026
60e038d
Merge branch 'master' into climate_trace_ref
HarishC727 Apr 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion statvar_imports/climate_trace/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"import_specifications": [
{
"import_name": "ClimateTrace",
"import_name": "ClimateTrace_GHG_Emissions",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new import_name 'ClimateTrace_GHG_Emissions' mixes PascalCase and underscores. For better code consistency, it's recommended to stick to a single naming convention. Since the original part 'ClimateTrace' is in PascalCase, consider using ClimateTraceGhgEmissions for the entire name to follow the same convention.

Suggested change
"import_name": "ClimateTrace_GHG_Emissions",
"import_name": "ClimateTraceGhgEmissions",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The import name already exist and cannot be changed

"curator_emails": [
"support@datacommons.org"
],
Expand Down