The Land Matrix dataset is a comprehensive global database of large-scale land acquisitions and leases. It provides detailed records documenting land deals since 2000, focusing on transactions that involve the conversion of land from local community use or important ecosystem service provision to commercial production.
The data is sourced from the Land Matrix database (specifically their API) which in turn compiles information from a variety of sources including research papers, government records, company websites, and media reports.
The dataset includes several key components:
- Deals data - Information about land acquisitions including location, size, and purpose
- Investors data - Details about the entities involved in land deals
- Combined database - Merged information providing a comprehensive view of global land acquisitions
The Land Matrix focuses on deals that:
- Target low and middle-income countries
- Have been initiated since the year 2000
- Cover an area of 200 hectares or more
- Entail a transfer of rights to use, control or own land through sale, lease or concession
Process is recorded and automated in python scripts:
scripts/process.py # Downloads and extracts deals.csv and investors.csv
scripts/combine_data.py # Combines the data into a single database.csv file
Dependencies are listed in scripts/requirements.txt
and can be installed with:
pip install -r scripts/requirements.txt
Up-to-date (auto-updates every week) Land Matrix dataset can be found on the datahub.io: https://datahub.io/core/land-matrix
This repository contains an automated pipeline that regularly fetches and processes data from the Land Matrix API through GitHub Actions, ensuring that analyses are based on the most current information available.
The Land Matrix data is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).