Supplementary Information for: Points, patterns, and predictions in archaeological settlement data: Site-environment relationships of Paracas and Nasca communities in the Peruvian Andes
收藏资源简介:
This repository contains the necessary instructions to carry out the analyses described in the paper titled: Points, patterns, and predictions in archaeological settlement data: Exploring site-environment relationships of Paracas and Nasca communities in the Peruvian Andes through point pattern analysis and predictive modeling Authors: Giacomo Bilotti(a,b), Markus Reindel(c), Johny Isla(d), Christian Mader(e) a Institute of Pre- and Protohistoric Archaeology, Kiel University, Kiel, Germany b Social Resilience Lab, Center for Humanities Computing, Aarhus University, Aarhus, Denmark c Commission for Archaeology of Non-European Cultures, German Archaeological Institute, Bonn, Germany d Nasca-Palpa Management Plan, Peruvian Ministry of Culture, Nasca, Peru e ArchDepth Research Group, Bonn Center for Dependency and Slavery Studies, University of Bonn, Bonn, Germany Abstract This paper provides framework for studying settlement patterns during pre-Inka times in the western Andes, using Point Pattern Analysis (PPA). PPA is a very flexible statistical method widely used to investigate spatial relationships between archaeological sites, offering insights into settlement dynamics and human-environment interactions. Nevertheless, the technique has found limited application in the Andean region, partly due to data availability and historical research trajectories. This study aims to fill this gap and employs PPA to analyze settlement patterns and site-environment relationships in the Palpa valleys of the western Andes during the Paracas (800–160 BCE) and Nasca (160 BCE–620 CE) periods. Our analysis examines the spatial structure of prehispanic settlements in relation to landscape features, identifying factors influencing site location choices and their evolution over time. Furthermore, we use the results from PPA to predict site intensity in nearby regions that were only marginally investigated archaeologically in order to identify the most relevant areas for future research activity. The performance of the model proposed here is tested at different levels in order to improve our knowledge and increase the fit of the final model. The results show changes over time in the occupation of the landscape, most of which were directed towards optimizing agricultural production. However, we have also detected a strong impact of mobility during certain periods and inter-site interaction. Structure of the repository The repository folder is structured as follows: README.md: This file (repository overview). analyses.qmd: Quarto file performing all the analyses needed for the paper. scripts/: Contains all R scripts for data preparation, analysis, and visualisation. covariates/: Contains the R scripts to produce most of the covariates required for the analyses. 00_area_creation.R: Defines the area of the study. 01_DEM.R: (down)loads the DEM and processes it. 01_rivers.R: Calculates distance from rivers. 02_FETE.R: Computes the FETE LCPs following Bilotti et al. 2024 (it can be iterated to avoid crashes). 03_sum_LCPs.R: Sums the outputs of the previous scripts to get a single raster (only necessary if the previous step was iterated). 04_covariates.R: Computes slope, TPIs and distance from LCPs. 05_plot_covs.R: Creates and saves the plots of the covariates. test_correlation_covariates.R: Tests the autocorrelation of the different covariates. sites_plots.R: Creates and saves the plots for sites divided by phase. SI_sec_5.R: Qualitatively compares Silverman 2002 results with the ones presented in the paper. SI_sec_6.R: Generates the figure included in section 6 of the SI. plot_predictive_models.R: Generates Fig. 6 of the paper. Kres_intervals.R: Automatically detects the interval of the Kres function that lie outside the CI. This script is called directly from the QMD when needed. data/: Raw and derived data necessary for the paper. raw_data: Where raw input files should be stored. derived_data: Contains processed or derived datasets. csv/: Contains the predictive model results for each site and period. Supplementary Information.pdf: Contains the SI in PDF format. In GitLab only the scripts are available.
本仓库包含复现论文中所述分析所需的全部操作指南,论文标题为: 《考古聚落数据中的点位、模式与预测——通过点位模式分析(Point Pattern Analysis, PPA)与预测建模探究秘鲁安第斯山区帕拉卡斯(Paracas)与纳斯卡(Nasca)社群的遗址-环境关联》 作者: 贾科莫·比洛蒂(Giacomo Bilotti)(a,b)、马库斯·赖因德尔(Markus Reindel)(c)、约翰尼·伊斯拉(Johny Isla)(d)、克里斯蒂安·马德(Christian Mader)(e) a 德国基尔大学史前与原史考古研究所,基尔,德国 b 丹麦奥胡斯大学人文计算中心社会韧性实验室,奥胡斯,丹麦 c 德国考古研究所非欧洲文化考古委员会,波恩,德国 d 秘鲁文化部纳斯卡-帕尔帕管理计划,纳斯卡,秘鲁 e 波恩大学依赖性与奴隶制研究中心ArchDepth研究组,波恩,德国 摘要 本文为利用点位模式分析(Point Pattern Analysis, PPA)研究西安第斯地区印加时代前的聚落模式提供了分析框架。点位模式分析是一种灵活性极强的统计方法,被广泛用于探究考古遗址间的空间关联,可为聚落动态与人地互动提供洞见。然而,该技术在安第斯地区的应用仍较为有限,部分原因在于数据可得性与既往研究轨迹的限制。本研究旨在填补这一空白,采用点位模式分析方法,对西安第斯帕尔帕河谷在帕拉卡斯时期(公元前800年—公元前160年)与纳斯卡时期(公元前160年—公元620年)的聚落模式及遗址-环境关联展开分析。本分析围绕史前聚落的空间结构与景观特征的关联展开,识别影响遗址选址选择及其随时间演变的关键因素。此外,我们利用点位模式分析的结果,对仅开展过少量考古调查的邻近区域进行遗址强度预测,以确定未来研究的重点区域。为提升我们的认知水平并优化最终模型的拟合度,本研究对所提出模型的性能开展了多维度测试。研究结果显示,区域景观占用随时间发生变化,其中多数变化旨在优化农业生产。同时,我们还检测到特定时期的流动性与遗址间互动所产生的显著影响。 仓库结构 本仓库文件夹结构如下: README.md:本文件(仓库概览)。 analyses.qmd:用于完成论文所需全部分析的Quarto文件。 scripts/:存放用于数据预处理、分析与可视化的全部R脚本。 covariates/:存放生成分析所需多数协变量的R脚本。 00_area_creation.R:定义研究区域范围。 01_DEM.R:下载并处理数字高程模型(Digital Elevation Model, DEM)。 01_rivers.R:计算至河流的距离。 02_FETE.R:依据Bilotti等人2024年的研究计算FETE最小成本路径(FETE LCPs,可通过迭代运行以避免程序崩溃)。 03_sum_LCPs.R:对前述脚本的输出结果进行求和,以生成单个栅格文件(仅当前述步骤迭代运行时需要执行此脚本)。 04_covariates.R:计算坡度、地形位置指数(Topographic Position Index, TPI)以及至最小成本路径的距离。 05_plot_covs.R:生成并保存协变量的可视化图件。 test_correlation_covariates.R:检验不同协变量的自相关性。 sites_plots.R:生成并保存按时期分组的遗址可视化图件。 SI_sec_5.R:将西尔弗曼(Silverman)2002年的研究结果与本文结果进行定性对比。 SI_sec_6.R:生成补充材料第6节的配图。 plot_predictive_models.R:生成论文中的图6。 Kres_intervals.R:自动识别超出置信区间(Confidence Interval, CI)的Kres函数区间,该脚本会在需要时由Qmd文件直接调用。 data/:存放论文所需的原始数据与衍生数据。 raw_data:存储原始输入文件的目录。 derived_data:包含经过处理或衍生的数据集。 csv/:存放各时期各遗址的预测模型结果。 Supplementary Information.pdf:以PDF格式呈现的补充材料。 仅在GitLab平台上提供脚本文件。



