File size: 3,696 Bytes
8e9e1f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dafc41d
 
 
 
 
8e9e1f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Repository Structure

This document outlines the organization of the IFVI Value Factors repository.

## Overview

The repository contains value factors for converting environmental impacts into monetary terms, derived from the Global Value Factors Database (GVFD) released by the International Foundation for Valuing Impacts (IFVI).

## Directory Structure

```
ifvi_valuefactors_deriv/
β”œβ”€β”€ core-data/             # Primary data files - the essential content of the repository
β”‚   β”œβ”€β”€ by-policy-domain/  # Data organized by policy domains (climate, air quality, land use, waste)
β”‚   β”œβ”€β”€ by-region/         # Data organized by geographic regions (continents, economic zones)
β”‚   β”œβ”€β”€ by-impact-type/    # Data organized by environmental impact type
β”‚   └── aggregated/        # Consolidated datasets in multiple formats (CSV, JSON, Parquet)
β”‚
β”œβ”€β”€ 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/        # Scripts for data format conversion
β”‚   β”œβ”€β”€ analysis/          # Analysis scripts and notebooks
β”‚   └── visualization/     # Visualization tools and templates
β”‚
β”œβ”€β”€ examples/              # Example applications using the dataset
β”‚   β”œβ”€β”€ policy-analysis/   # Examples for policy analysis
β”‚   β”œβ”€β”€ economic-impact/   # Examples for economic impact assessment
β”‚   └── regional-comparison/ # Examples for regional comparisons
β”‚
β”œβ”€β”€ images/                # Images used in documentation
β”‚   β”œβ”€β”€ cards/             # Card images for visual representation
β”‚   └── graphics/          # Graphics and visual elements
β”‚
β”œβ”€β”€ resources/             # Additional resources and reference data
β”‚
└── internal/              # Internal repository management (not for public use)
    β”œβ”€β”€ archive/           # Archived files
    β”œβ”€β”€ backups/           # Backup files
    β”œβ”€β”€ mgmt/              # Repository management files
    └── private/           # Private instructions and notes
```

## Data Organization for Policy and Governmental Users

The core-data directory is organized to facilitate use by policy makers and governmental actors:

1. **By Policy Domain**: 
   - Climate Policy: GHG emissions value factors
   - Air Quality Policy: Air pollution value factors
   - Land Use Policy: Land use and conversion value factors
   - Waste Management Policy: Waste value factors
   - Water Resource Policy: Water pollution and consumption value factors

2. **By Region**:
   - Continental regions
   - Economic zones (e.g., EU, OECD, G20)
   - Development status (e.g., developed, developing economies)

3. **By Impact Type**:
   - Health impacts
   - Ecosystem impacts
   - Economic impacts
   - Social impacts

4. **Aggregated Data**:
   - Complete datasets in multiple formats
   - Summary statistics and key indicators
   - Benchmark values for policy reference

## File Formats

- **JSON**: Primary data format, suitable for programmatic access
- **CSV**: Tabular format for spreadsheet applications and policy analysis
- **Parquet**: Columnar storage format for efficient querying and big data analysis

## Version Information

This repository contains Version 1 (October 15th, 2024) of the Global Value Factors Database.