Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
- arXiv:2506.22821
|
| 8 |
---
|
| 9 |
|
| 10 |
-
This
|
| 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.
|
|
@@ -50,11 +50,6 @@ It is stored thematically in different folders, and most folders again contains
|
|
| 50 |
explain the specific sources and imputation methods. All data is given *both* as a `.csv` file and a `.nc` file, and
|
| 51 |
follows the ISO3-naming convention outlined in the main README.
|
| 52 |
|
| 53 |
-
> [!NOTE]
|
| 54 |
-
> This is a reminder that all data is stored in this repository using git LFS (large file
|
| 55 |
-
> storage); if you wish to clone the repository with the data, you should follow the instructions
|
| 56 |
-
> from the main README. You can still download the files manually from the webpage.
|
| 57 |
-
|
| 58 |
## Training_data
|
| 59 |
This folder contains all the tensors used to train the neural network. All data is given as a PyTorch
|
| 60 |
tensor (`.pt`) and can be loaded using `torch.load()`. The folder contains targets, weights, masks, input covariates (scaled
|
|
|
|
| 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.
|
|
|
|
| 50 |
explain the specific sources and imputation methods. All data is given *both* as a `.csv` file and a `.nc` file, and
|
| 51 |
follows the ISO3-naming convention outlined in the main README.
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
## Training_data
|
| 54 |
This folder contains all the tensors used to train the neural network. All data is given as a PyTorch
|
| 55 |
tensor (`.pt`) and can be loaded using `torch.load()`. The folder contains targets, weights, masks, input covariates (scaled
|