ThGaskin commited on
Commit
9707481
·
verified ·
1 Parent(s): 23f688c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -6,11 +6,14 @@ pretty_name: 'Deep learning four decades of human migration: datasets'
6
  tags:
7
  - arXiv:2506.22821
8
  ---
 
 
9
 
10
  This repository contains all migration flow estimates associated with the paper [_"Deep learning four decades of human migration."_](https://arxiv.org/abs/2506.22821) Evaluation code, training data, trained neural networks, and smaller flow datasets are available in the [main GitHub repository](https://github.com/ThGaskin/Migration_flows), which also provides detailed instructions on data sourcing. Due to file size limits, the larger datasets are archived here.
 
11
 
12
- # Migration estimates
13
- Data is available in both NetCDF (`.nc`) and CSV (`.csv`) formats. The NetCDF format is more compact and pre-indexed, making it suitable for large files. In Python, datasets can be opened as [`xarray.Dataset`](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html) objects, enabling coordinate-based data selection.
14
 
15
  Each dataset uses the following coordinate conventions:
16
 
@@ -44,7 +47,7 @@ Each dataset includes a `mean` variable (mean estimate) and a `std` variable (st
44
 
45
  An ISO3 conversion table is also provided.
46
 
47
- # Input covariates
48
  The `Data` contains all the data used to train, evaluate, and test the neural network.
49
  It is stored thematically in different folders, and most folders again contains its own `README` file to further
50
  explain the specific sources and imputation methods. All data is given *both* as a `.csv` file and a `.nc` file, and
 
6
  tags:
7
  - arXiv:2506.22821
8
  ---
9
+ Deep learning four decades of human migration: datasets
10
+ ---
11
 
12
  This repository contains all migration flow estimates associated with the paper [_"Deep learning four decades of human migration."_](https://arxiv.org/abs/2506.22821) Evaluation code, training data, trained neural networks, and smaller flow datasets are available in the [main GitHub repository](https://github.com/ThGaskin/Migration_flows), which also provides detailed instructions on data sourcing. Due to file size limits, the larger datasets are archived here.
13
+ The repository contains three folders:
14
 
15
+ # Estimates
16
+ This folder contains all the migration estimates. Data is available in both NetCDF (`.nc`) and CSV (`.csv`) formats. The NetCDF format is more compact and pre-indexed, making it suitable for large files. In Python, datasets can be opened as [`xarray.Dataset`](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html) objects, enabling coordinate-based data selection.
17
 
18
  Each dataset uses the following coordinate conventions:
19
 
 
47
 
48
  An ISO3 conversion table is also provided.
49
 
50
+ # Data
51
  The `Data` contains all the data used to train, evaluate, and test the neural network.
52
  It is stored thematically in different folders, and most folders again contains its own `README` file to further
53
  explain the specific sources and imputation methods. All data is given *both* as a `.csv` file and a `.nc` file, and