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.
|