Land Deal Data

FilesSizeFormatCreatedUpdatedLicenseSource
10 BCreative Commons Attribution-NonCommercial 4.0 InternationalData compiled by the user

A dataset containing information about land deals, including target country, region, investors, crops, and deal size in hectares.

Read more

Data Files

FileDescriptionSizeLast modifiedDownload
land-deals
land-deals

Data Previews

land-deals

Unsupported data preview format ``

Schema

nametype
Deal Numberinteger
Target Countrystring
Target Regionstring
Investor 1string
Investor 2string
Investor 3string
Investor Country 1string
Investor Country 2string
Investor Country 3string
Investor Region 1string
Investor Region 2string
Investor Region 3string
Inv. Sector 1string
Inv. Sector 2string
Inv. Sector 3string
Crop 1string
Crop 2string
Crop 3string
Yearyear
Hectaresnumber

badge

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.

Data

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

Preparation

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

Automation

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.

License

The Land Matrix data is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).

© 2025 All rights reservedBuilt with DataHub Cloud