ifvi_valuefactors_deriv / REPOSITORY_STRUCTURE.md
danielrosehill's picture
updated
dafc41d

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.