Skip to content

Commit

Permalink
Update category in add_vcs_compliance_projects function (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Dec 1, 2023
1 parent aec668a commit 311095c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offsets_db_data/vcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def add_vcs_compliance_projects(df: pd.DataFrame) -> pd.DataFrame:
'project_id': 'VCSOPR2',
'name': 'Corinth Abandoned Mine Methane Recovery Project',
'protocol': ['arb-mine-methane'],
'category': ['mine-methane'],
'category': ['ghg-management'],
'proponent': 'Keyrock Energy LLC',
'country': 'United States',
'status': 'registered',
Expand Down

0 comments on commit 311095c

Please sign in to comment.