Skip to content

Commit

Permalink
Merge pull request #27 from Tristan22400/direct-missing-translation
Browse files Browse the repository at this point in the history
Direct missing translation
  • Loading branch information
Tristan22400 authored Jul 29, 2024
2 parents 21c6cf2 + 2f1029b commit 6bfecf2
Show file tree
Hide file tree
Showing 9 changed files with 1,161 additions and 1,229 deletions.
4 changes: 4 additions & 0 deletions Conversion-Script/Create_Variable_Dict/aggregation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
('world_PE_by_commodity|PE_waste', 'world_PE_by_commodity|PE_solar'): 'Primary Energy|New',
('C', 'D', 'E'): 'Y'
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'DB EMPLOYMENT': 'Employment',
'DB EXPORTS': 'Trade|Value|Exports',
'DB GDP': 'GDP|PPP',
'DB GDP PER CAPITA': 'Revenue|Households|Disposable[per capita]',
'DB GDP PER CAPITA': 'Revenue|Households|Disposable [per capita]',
'DB GOV BALANCE': 'Government|Budget Balance',
'DB GOV BALANCE TO GDP': 'Government|Budget Balance to GDP',
'DB GOV CONSUMPTION': 'Public Consumption',
Expand All @@ -25,7 +25,7 @@
'DB HH DISPOSABLE INCOME': 'Households|Consumption|COICOP',
'DB HH DISPOSABLE INCOME NOMINAL': 'Households|Consumption nominal|COICOP',
'DB HH SAVINGS': 'Revenues|Households|Disposable income|Nominal',
'DB HH SAVINGS NOMINAL': 'GDP|Country[per capita]',
'DB HH SAVINGS NOMINAL': 'GDP|Country [per capita]',
'DB IMPORTS': 'Trade|Value|Imports',
'DB LABOUR COMPENSATION': 'Value Added|Labour Compensation',
'DB LABOUR FORCE': 'Labour Supply',
Expand Down
12 changes: 12 additions & 0 deletions Conversion-Script/Create_Variable_Dict/land_dict.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{'CROPLAND IRRIGATED': 'Cropland|Irrigated',
'CROPLAND RAINFED': 'Cropland|Rainfed',
'FOREST MANAGED': 'Forest|Managed',
'FOREST PLANTATIONS': 'Forest|Forestry|Harvested Area',
'FOREST PRIMARY': 'Forest|Natural Forest',
'GRASSLAND': 'Grassland',
'OTHER LAND': 'Other',
'SHRUBLAND': 'Shrubland',
'SNOW ICE WATERBODIES': 'Snow and Ice Land',
'SOLAR LAND': 'Built-up Area|Solar',
'URBAN LAND': 'Built-up Area',
'WETLAND': 'Water Ecosystems|Wetlands'}
11 changes: 11 additions & 0 deletions Conversion-Script/Create_Variable_Dict/transport_mode_dict.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{'AIR DOMESTIC': 'Domestic Aviation',
'AIR INTERNATIONAL': 'International Aviation',
'AIR INTRA EU': 'European Aviation',
'BUS': 'Bus',
'HDV': 'High Duty Vehicle',
'LDV': 'Light Duty Vehicle',
'MARINE': 'Navigation',
'MDV': 'Medium Duty Vehicle',
'MOTORCYCLES 2W 3W': '2W and 3W',
'NMT': 'Bicycling and Walking',
'RAIL': 'Rail'}
Loading

0 comments on commit 6bfecf2

Please sign in to comment.