Code and data used to extracting landscape variables in France
This repository is structured as follow:
- 📁
analysis/: contains R scripts to download and extract gis data; - 📁
data/: contains raw and derived data;
The analysis is divided in two sequential steps:
- Get the raw data (commune boundaries, climate and soil data)
- Get the indicators per commune
These two steps will be run automatically when run this command in R/RStudio:
source("make.R")The file make.R can be run to recompute all indicators.