The dataset viewer is not available for this split.
Error code: FeaturesError Exception: ArrowInvalid Message: Schema at index 1 was different: country_data: struct<Africa: list<item: struct<country: string, emoji: string, url: string>>, Asia: list<item: struct<country: string, emoji: string, url: string>>, Europe: list<item: struct<country: string, emoji: string, url: string>>, North America: list<item: struct<country: string, emoji: string, url: string>>, South America: list<item: struct<country: string, emoji: string, url: string>>, Oceania: list<item: struct<country: string, emoji: string, url: string>>> vs Territory: string Topic: string Category: string Location: string Impact: string Reference: string Units: string Value: string Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 231, in compute_first_rows_from_streaming_response iterable_dataset = iterable_dataset._resolve_features() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 3335, in _resolve_features features = _infer_features_from_batch(self.with_format(None)._head()) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2096, in _head return next(iter(self.iter(batch_size=n))) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2296, in iter for key, example in iterator: File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1856, in __iter__ for key, pa_table in self._iter_arrow(): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1878, in _iter_arrow yield from self.ex_iterable._iter_arrow() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 520, in _iter_arrow yield new_key, pa.Table.from_batches(chunks_buffer) File "pyarrow/table.pxi", line 4116, in pyarrow.lib.Table.from_batches File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status pyarrow.lib.ArrowInvalid: Schema at index 1 was different: country_data: struct<Africa: list<item: struct<country: string, emoji: string, url: string>>, Asia: list<item: struct<country: string, emoji: string, url: string>>, Europe: list<item: struct<country: string, emoji: string, url: string>>, North America: list<item: struct<country: string, emoji: string, url: string>>, South America: list<item: struct<country: string, emoji: string, url: string>>, Oceania: list<item: struct<country: string, emoji: string, url: string>>> vs Territory: string Topic: string Category: string Location: string Impact: string Reference: string Units: string Value: string
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
IFVI Value Factors Dataset
Cumulative Download Statistics
๐ Navigation Index
- IFVI Value Factors Dataset
- ๐ Key Parameters
๐ Dataset Overview
๐ About The Global Value Factors Explorer Dataset
The Global Value Factors Database, released by the International Foundation for Valuing Impacts during UN Climate Week NYC 2023, provides a set of almost 100,000 "value factors" for converting environmental impacts into monetary terms.
The GVFD covers 430 different environmental impacts across four main categories of impact: air pollution, land use and conversion, waste and water pollution
With the exception of the value factor for greenhouse gas emissions, for which a single value factor is provided ($236/tco2e), the value factors are geographically stratified (in other words, the value factors are both impact-specific and geolocation-specific). In total, there are 268 geolocations in the dataset reflecting all the world's recognised sovereigns as well as some international dependencies. In addition, one set of value factors, air pollution, provides data at the level of US states.
๐ Data Exploration
To help you get started with exploring and visualizing the data, check out our Data Exploration Jupyter Notebook. This notebook provides a skeleton for loading, analyzing, and visualizing the IFVI Value Factors dataset.
๐ Key Parameters
Parameter | Value |
---|---|
Value Factors | Almost 100,000 "value factors" for converting quantitative environmental data into monetary equivalents (USD) |
Geolocations | 268 geolocations (all recognized sovereigns plus some dependencies) |
US States | Value factors for air pollution at the US state level |
Impact Categories | Air pollution, land use and conversion, waste, water pollution |
Methodologies | Interim methodologies from IFVI |
๐ Repository Structure
This repository is organized to facilitate use by policy makers, governmental actors, and other stakeholders:
ifvi_valuefactors_deriv/
โโโ core-data/ # Primary data files - the essential content
โ โโโ by-policy-domain/ # Data organized by policy domains
โ โโโ by-region/ # Data organized by geographic regions
โ โโโ by-impact-type/ # Data organized by environmental impact type
โ โโโ aggregated/ # Consolidated datasets in multiple formats
โ
โโโ documentation/ # All documentation related to the dataset
โ โโโ data-dictionary/ # Explanations of data fields and values
โ โโโ methodology/ # Documentation on IFVI methodologies
โ โโโ policy-briefs/ # Policy-oriented summaries and use cases
โ โโโ technical-guides/ # Technical implementation guides
โ
โโโ tools/ # Tools and utilities for working with the data
โ โโโ conversion/ # Tools for data format conversion
โ โโโ analysis/ # Analysis scripts and notebooks
โ โโโ visualization/ # Visualization tools and templates
โ
โโโ examples/ # Example applications using the dataset
โ
โโโ images/ # Images used in documentation
โ โโโ cards/ # Card images for visual representation
โ โโโ graphics/ # Graphics and visual elements
โ
โโโ resources/ # Additional resources and reference data
For more details on the repository structure, see REPOSITORY_STRUCTURE.md.
๐ Versioning
This repository reflects GVFD Version 1 (October 15th, 2024). It is not guaranteed to be the most recent version. Consult the IFVI website for the latest data and updates. While this repository aims to mirror the original GVFD, using this data for official purposes requires referencing the complete IFVI documentation, which is not included here.
๐ Licensing
This derivative dataset is subject to the same terms of use as the original database, available in license.md
at the repository root. These licensing conditions are stipulated by the International Foundation for Valuing Impacts. At the time of writing, the licensing terms provide for wide use of the data on a complimentary basis (including by account preparers) with limited exclusions to that position for those looking to integrate the data into commercial data products for which licensing charges apply. Questions regarding licensing of the database and requests for clarification regarding allowable uses and any other queries regarding compliance with the terms of their license should be referred to the IFVI.
๐๏ธ Data Formatting
The source data has been restructured for various analytical perspectives:
Data Category | Description |
---|---|
By Methodology | JSON arrays organized by methodology parameters. |
By Methodology, By Country | Mirrors the source database structure (except Land Use and Conversion, which are split into two files). |
By Territory | Organizes data geographically by continent, territory, and US state (US states appear in one methodology). JSON files aggregate data from various methodology tabs. |
Additional resources:
- CSV format data.
metadata/
folder containing non-data items (e.g., notes from the original database tabs).
๐ ๏ธ Data Modifications
No material data changes were made. Modifications are limited to formatting and restructuring for analysis. Two non-material changes (documented in the changelog) are:
- Removal of US dollar signs for easier database integration.
- Standardization of 12 country names to more common versions (e.g., "Bahamas, The" to "Bahamas") and mapping all territories to their ISO-3166 Alpha-2 codes for clarity.
๐ง Development and Maintenance
This repository includes scripts for maintaining download statistics and other metadata. To contribute or run these scripts locally:
Install the required dependencies:
pip install -r requirements.txt
Update download statistics manually:
python3 .github/scripts/update_stats.py
The repository is configured with GitHub Actions to automatically update download statistics daily.
๐ Data File Locations
Data Files Root
Aggregated Value Factors
Value Factors by Type/Methodology
Value Factors by Geography
CSV Format Data
๐ Data By Impact Type
For detailed data organized by environmental impact type, visit the following directories:
๐ซ๏ธ Air Pollution: Air Pollution Data
๐ญ GHG Impacts (1 Impact Only): GHG Impacts Data
๐ฑ Land Conversion: Land Conversion Data
๐ฟ Land Use: Land Use Data
๐๏ธ Waste: Waste Data
๐ง Water Consumption: Water Consumption Data
๐ฆ Water Pollution (JSON Chunked Due To Size): Water Pollution Data
๐ Country-Specific Data Navigation
๐บ๏ธ Data By Region
Continental Data Directories:
๐ Africa
Country | Data Link | Country | Data Link | Country | Data Link |
---|---|---|---|---|---|
๐ฉ๐ฟ Algeria | JSON | ๐ฆ๐ด Angola | JSON | ๐ง๐ฏ Benin | JSON |
๐ง๐ผ Botswana | JSON | ๐ง๐ซ Burkina Faso | JSON | ๐ง๐ฎ Burundi | JSON |
๐จ๐ป Cabo Verde | JSON | ๐จ๐ฒ Cameroon | JSON | ๐จ๐ซ Central African Republic | JSON |
๐น๐ฉ Chad | JSON | ๐ฐ๐ฒ Comoros | JSON | ๐จ๐ฉ Congo, Dem. Rep. | JSON |
๐จ๐ฌ Congo, Rep. | JSON | ๐จ๐ฎ Cote d'Ivoire | JSON | ๐ฉ๐ฏ Djibouti | JSON |
๐ช๐ฌ Egypt | JSON | ๐ฌ๐ถ Equatorial Guinea | JSON | ๐ช๐ท Eritrea | JSON |
๐ธ๐ฟ Eswatini | JSON | ๐ช๐น Ethiopia | JSON | ๐ฌ๐ฆ Gabon | JSON |
๐ฌ๐ฒ Gambia | JSON | ๐ฌ๐ญ Ghana | JSON | ๐ฌ๐ณ Guinea | JSON |
Guinea-Bissau | JSON | ๐ฐ๐ช Kenya | JSON | ๐ฑ๐ธ Lesotho | JSON |
๐ฑ๐ท Liberia | JSON | ๐ฑ๐พ Libya | JSON | ๐ฒ๐ฌ Madagascar | JSON |
๐ฒ๐ผ Malawi | JSON | ๐ฒ๐ฑ Mali | JSON | ๐ฒ๐ท Mauritania | JSON |
๐ฒ๐บ Mauritius | JSON | ๐ฒ๐ฆ Morocco | JSON | ๐ฒ๐ฟ Mozambique | JSON |
๐ณ๐ฆ Namibia | JSON | ๐ณ๐ช Niger | JSON | ๐ณ๐ฌ Nigeria | JSON |
๐ท๐ผ Rwanda | JSON | ๐ธ๐น Sao Tome and Principe | JSON | ๐ธ๐ณ Senegal | JSON |
๐ธ๐จ Seychelles | JSON | ๐ธ๐ฑ Sierra Leone | JSON | ๐ธ๐ด Somalia | JSON |
๐ฟ๐ฆ South Africa | JSON | ๐ธ๐ธ South Sudan | JSON | ๐ธ๐ฉ Sudan | JSON |
๐น๐ฟ Tanzania | JSON | ๐น๐ฌ Togo | JSON | ๐น๐ณ Tunisia | JSON |
๐บ๐ฌ Uganda | JSON | ๐ฟ๐ฒ Zambia | JSON | ๐ฟ๐ผ Zimbabwe | JSON |
๐ Asia
Country | Data Link | Country | Data Link | Country | Data Link |
---|---|---|---|---|---|
๐ฆ๐ซ Afghanistan | JSON | ๐ฆ๐ฒ Armenia | JSON | ๐ฆ๐ฟ Azerbaijan | JSON |
๐ง๐ญ Bahrain | JSON | ๐ง๐ฉ Bangladesh | JSON | ๐ง๐น Bhutan | JSON |
๐ง๐ณ Brunei Darussalam | JSON | ๐ฐ๐ญ Cambodia | JSON | ๐จ๐ณ China | JSON |
๐จ๐พ Cyprus | JSON | ๐ฌ๐ช Georgia | JSON | ๐ญ๐ฐ Hong Kong SAR, China | JSON |
๐ฎ๐ณ India | JSON | ๐ฎ๐ฉ Indonesia | JSON | ๐ฎ๐ท Iran | JSON |
๐ฎ๐ถ Iraq | JSON | ๐ฎ๐ฑ Israel | JSON | ๐ฏ๐ต Japan | JSON |
๐ฏ๐ด Jordan | JSON | ๐ฐ๐ฟ Kazakhstan | JSON | ๐ฐ๐ต Korea, Dem. People's Rep. | JSON |
๐ฐ๐ท Korea, Rep. | JSON | ๐ฐ๐ผ Kuwait | JSON | ๐ฐ๐ฌ Kyrgyz Republic | JSON |
๐ฑ๐ฆ Lao PDR | JSON | ๐ฑ๐ง Lebanon | JSON | ๐ฒ๐ด Macao SAR, China | JSON |
๐ฒ๐พ Malaysia | JSON | ๐ฒ๐ป Maldives | JSON | ๐ฒ๐ณ Mongolia | JSON |
๐ฒ๐ฒ Myanmar | JSON | ๐ณ๐ต Nepal | JSON | ๐ด๐ฒ Oman | JSON |
๐ต๐ฐ Pakistan | JSON | ๐ต๐ญ Philippines | JSON | ๐ถ๐ฆ Qatar | JSON |
๐ธ๐ฆ Saudi Arabia | JSON | ๐ธ๐ฌ Singapore | JSON | ๐ฑ๐ฐ Sri Lanka | JSON |
๐ธ๐พ Syrian Arab Republic | JSON | ๐น๐ฏ Tajikistan | JSON | ๐น๐ญ Thailand | JSON |
Timor-Leste | JSON | ๐น๐ท Turkey | JSON | ๐น๐ฒ Turkmenistan | JSON |
๐ฆ๐ช United Arab Emirates | JSON | ๐บ๐ฟ Uzbekistan | JSON | ๐ป๐ณ Vietnam | JSON |
๐ต๐ธ West Bank and Gaza | JSON | ๐พ๐ช Yemen | JSON |
๐ Europe
Country | Data Link | Country | Data Link | Country | Data Link |
---|---|---|---|---|---|
๐ฆ๐ฑ Albania | JSON | ๐ฆ๐ฉ Andorra | JSON | ๐ฆ๐น Austria | JSON |
๐ง๐พ Belarus | JSON | ๐ง๐ช Belgium | JSON | ๐ง๐ฆ Bosnia and Herzegovina | JSON |
๐ง๐ฌ Bulgaria | JSON | ๐ฌ๐ฌ Channel Islands | JSON | ๐ญ๐ท Croatia | JSON |
๐จ๐ฟ Czechia | JSON | ๐ฉ๐ฐ Denmark | JSON | ๐ช๐ช Estonia | JSON |
๐ซ๐ด Faroe Islands | JSON | ๐ซ๐ฎ Finland | JSON | ๐ซ๐ท France | JSON |
๐ฉ๐ช Germany | JSON | ๐ฌ๐ฎ Gibraltar | JSON | ๐ฌ๐ท Greece | JSON |
๐ฌ๐ฑ Greenland | JSON | ๐ญ๐บ Hungary | JSON | ๐ฎ๐ธ Iceland | JSON |
๐ฎ๐ช Ireland | JSON | ๐ฎ๐ฒ Isle of Man | JSON | ๐ฎ๐น Italy | JSON |
๐ฝ๐ฐ Kosovo | JSON | ๐ฑ๐ป Latvia | JSON | ๐ฑ๐ฎ Liechtenstein | JSON |
๐ฑ๐น Lithuania | JSON | ๐ฑ๐บ Luxembourg | JSON | ๐ฒ๐น Malta | JSON |
๐ฒ๐ฉ Moldova | JSON | ๐ฒ๐จ Monaco | JSON | ๐ฒ๐ช Montenegro | JSON |
๐ณ๐ฑ Netherlands | JSON | ๐ฒ๐ฐ North Macedonia | JSON | ๐ณ๐ด Norway | JSON |
๐ต๐ฑ Poland | JSON | ๐ต๐น Portugal | JSON | ๐ท๐ด Romania | JSON |
๐ท๐บ Russian Federation | JSON | ๐ธ๐ฒ San Marino | JSON | ๐ท๐ธ Serbia | JSON |
๐ธ๐ฐ Slovak Republic | JSON | ๐ธ๐ฎ Slovenia | JSON | ๐ช๐ธ Spain | JSON |
๐ธ๐ช Sweden | JSON | ๐จ๐ญ Switzerland | JSON | ๐บ๐ฆ Ukraine | JSON |
๐ฌ๐ง United Kingdom | JSON |
๐ North America
Country | Data Link | Country | Data Link | Country | Data Link |
---|---|---|---|---|---|
๐ฆ๐ฌ Antigua and Barbuda | JSON | ๐ฆ๐ผ Aruba | JSON | ๐ง๐ธ Bahamas | JSON |
๐ง๐ง Barbados | JSON | ๐ง๐ฟ Belize | JSON | ๐ง๐ฒ Bermuda | JSON |
๐ป๐ฌ British Virgin Islands | JSON | ๐จ๐ฆ Canada | JSON | ๐ฐ๐พ Cayman Islands | JSON |
๐จ๐ท Costa Rica | JSON | ๐จ๐บ Cuba | JSON | ๐จ๐ผ Curacao | JSON |
๐ฉ๐ฒ Dominica | JSON | ๐ฉ๐ด Dominican Republic | JSON | ๐ธ๐ป El Salvador | JSON |
๐ฌ๐ฉ Grenada | JSON | ๐ฌ๐น Guatemala | JSON | ๐ญ๐น Haiti | JSON |
๐ญ๐ณ Honduras | JSON | ๐ฏ๐ฒ Jamaica | JSON | ๐ฒ๐ฝ Mexico | JSON |
๐ณ๐ฎ Nicaragua | JSON | ๐ต๐ฆ Panama | JSON | ๐ต๐ท Puerto Rico | JSON |
๐ธ๐ฝ Sint Maarten (Dutch part) | JSON | ๐ฐ๐ณ St. Kitts and Nevis | JSON | ๐ฑ๐จ St. Lucia | JSON |
๐ฒ๐ซ St. Martin (French part) | JSON | ๐ป๐จ St. Vincent and the Grenadines | JSON | ๐น๐น Trinidad and Tobago | JSON |
๐น๐จ Turks and Caicos Islands | JSON | ๐บ๐ธ United States | JSON | ๐ป๐ฎ Virgin Islands (U.S.) | JSON |
๐ Oceania
Country | Data Link | Country | Data Link | Country | Data Link |
---|---|---|---|---|---|
๐ฆ๐ธ American Samoa | JSON | ๐ฆ๐บ Australia | JSON | ๐ซ๐ฏ Fiji | JSON |
๐ต๐ซ French Polynesia | JSON | ๐ฌ๐บ Guam | JSON | ๐ฐ๐ฎ Kiribati | JSON |
๐ฒ๐ญ Marshall Islands | JSON | ๐ซ๐ฒ Micronesia, Fed. Sts. | JSON | ๐ณ๐ท Nauru | JSON |
๐ณ๐จ New Caledonia | JSON | ๐ณ๐ฟ New Zealand | JSON | ๐ฒ๐ต Northern Mariana Islands | JSON |
๐ต๐ผ Palau | JSON | ๐ต๐ฌ Papua New Guinea | JSON | ๐ผ๐ธ Samoa | JSON |
๐ธ๐ง Solomon Islands | JSON | ๐น๐ด Tonga | JSON | ๐น๐ป Tuvalu | JSON |
๐ป๐บ Vanuatu | JSON |
๐ South America
Country | Data Link | Country | Data Link | Country | Data Link |
---|---|---|---|---|---|
๐ฆ๐ท Argentina | JSON | ๐ง๐ด Bolivia | JSON | ๐ง๐ท Brazil | JSON |
๐จ๐ฑ Chile | JSON | ๐จ๐ด Colombia | JSON | ๐ช๐จ Ecuador | JSON |
๐ฌ๐พ Guyana | JSON | ๐ต๐พ Paraguay | JSON | ๐ต๐ช Peru | JSON |
๐ธ๐ท Suriname | JSON | ๐บ๐พ Uruguay | JSON | ๐ป๐ช Venezuela | JSON |
- Downloads last month
- 1,429