IEMA

Overview

Data from the Institute of Environment and Water Resources (Instituto de Energia e Meio Ambiente - IEMA), documenting electric energy access across the Amazon region. This dataset provides comprehensive information on populations without access to electric energy throughout the Legal Amazon in 2018, offering critical insights into energy poverty and infrastructure gaps in the region.

The IEMA dataset is particularly valuable for understanding energy access disparities in the Amazon, including remote communities, indigenous territories, and areas with limited infrastructure development.

Data Coverage

The IEMA dataset includes:

Dataset Description

Key Variables

  1. Population Without Energy Access: Number of individuals lacking access to electric energy
  2. Geographic Identifiers: Municipality, state, and biome information
  3. Settlement Type: Rural vs. urban classification where available
  4. Indigenous Territory Data: Energy access in indigenous lands (where applicable)
  5. Infrastructure Indicators: Distance to grid, cost of connection, barriers to access

Geographic Coverage

The Legal Amazon encompasses: - 9 Full States: Amazonas, Roraima, Acre, Amazonas, Rondônia, Mato Grosso, Amapá, Pará, Maranhão - Partial Coverage: Parts of Maranhão and other states - Total Area: Approximately 5.5 million square kilometers - Population Focus: Amazon-dwelling populations with particular attention to vulnerable groups

Energy Access Dimensions

The dataset addresses multiple aspects of energy poverty: - Access Type: Grid connection vs. off-grid solutions - Reliability: Service quality and availability - Affordability: Connection costs and monthly tariffs - Geographic Barriers: Remote location and access challenges - Population Characteristics: Indigenous communities, rural settlements, urban poor


Function Parameters

Options:

  1. dataset: "iema"

  2. raw_data:

    • TRUE: Data in original format from IEMA
    • FALSE: Cleaned and standardized version
  3. language:

    • "pt": Portuguese language
    • "eng": English language

Data Limitations

Since this dataset captures a single year (2018), it represents a snapshot rather than a time series. The cross-sectional nature means: - No Trend Analysis: Cannot track changes over time without merging with other sources - Temporal Stability: Conditions may have changed since 2018 - Recent Updates: Users may need to contact IEMA for more recent data


Examples

# download treated IEMA energy access data
data <- load_iema(
  raw_data = FALSE,
  language = "eng"
)