# Global Food Twin
The Global Food Twin is a model that estimates the most likely transportation routes for food flows between producing and consuming regions worldwide. By combining food balance sheets, production maps, trade data, transportation networks, and optimization algorithms, we've created the best guess of how food moves across the globe—from producing to consuming regions—accounting for the complex multi-modal transportation systems. Visit a proof of concept [application visualizing this model and global food flows here](https://foodtwin.theplotline.org/).

A few facts about the Global Food Twin:
- Comprehensive coverage: 82 food groups across 3,787 subnational administrative regions globally
- Multi-modal transport: Maritime, land-based (rail, road, inland waterway), and combined transportation routes
- Detailed routing: Actual geospatial routes including specific ports, rail lines, and road networks

## Acknowledgements
This project was led by [Cameron Kruse](https://www.linkedin.com/in/krusecameron/) at [Earth Genome](https://www.earthgenome.org/) working with [Zia Mehrabi](https://www.colorado.edu/envs/zia-mehrabi), [Ginni Braich](https://www.linkedin.com/in/ginni-braich-41672337/), and [Kushank Bajaj](https://www.linkedin.com/in/kushank-bajaj-ph-d-536a8350/) [Better Planet Laboratory](https://betterplanetlab.com/) on the model; [Development Seed](https://developmentseed.org/) on the front end application; the model built on prior work by [Jasper Verschuur](https://www.linkedin.com/in/jasper-verschuur-076092104/) Assistant Professor at Delft University.

## Methods
This repository contains the data produced by the model and used by the Global Food Twin Application. More details about how this data was developed including the code used can be found in this repository [GitHub repository](https://github.com/Better-Planet-Laboratory/globalfoodtwin).

## the Data
This repository is organized into inputs and outputs. Below is a diagram of the folder structure. the [all_files.md](https://source.coop/earthgenome/foodtwin/all_files.md) document contains a full file structure.

```
├── 📁 inputs/
│   ├── 📁 downscaled_exports_imports/
│   │   ├── 📁 demand_allocated/
│   │   └── 📁 supply_allocated/
│   │       └── 📁 foodgroup1/
│   ├── 📁 infrastructure/
│   ├── 📁 production_demand/
│   │   ├── 📁 demand_rasters/
│   │   └── 📁 production_rasters/
│   └── 📁 transport_cost/
│       ├── 📁 land_transport/
│       └── 📁 maritime_transport/
└── 📁 outputs/
    ├── 📁 additional_files/
    ├── 📁 land/
    │   ├── 📁 land_domestic/
    │   └── 📁 land_reexports/
    ├── 📁 sea/
    │   ├── 📁 sea_domestic/
    │   └── 📁 sea_reexports/
    └── 📁 within_country/
```

## Using this data
This data is licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).

If you use this data in accordance with the [CC 4.0 license](http://creativecommons.org/licenses/by/4.0/), please cite:
`Better Planet Laboratory and Earth Genome. (2025). Global Food Twin. Harvard Dataverse. https://doi.org/10.7910/DVN/BLVPFU`

Reach out to [Cameron Kruse](https://www.linkedin.com/in/krusecameron/) with questions.