Extraction des métriques de diversification depuis les coordonnées des sites de prélèvements.
Les données sont sauvegardées dans le répertoire Nextcloud WP2/gis-diversification/data/
quarto::quarto_render("analysis/01_explore_points.qmd")quarto::quarto_render("analysis/02_land_cover.qmd")quarto::quarto_render("analysis/03_field_size.qmd")quarto::quarto_render("analysis/04_bordure.qmd")(~5 min to render)
quarto::quarto_render("analysis/05_summary.qmd")quarto::quarto_render("analysis/06_haie.qmd")quarto::quarto_render("analysis/07_fields_Toulouse.qmd")Updated calculation considering France and Switzerland. The file make.R run all the calculations while the file 10_summary_FRCH.qmd provides a summary of the calculated metrics.
# re compute all the indicators
source("make.R")
# or only compute the summary
quarto::quarto_render("analysis/10_summary_FRCH.qmd")quarto::quarto_render("index.qmd")