This repository contains the data and code for our paper:
Henning Teickner, Christian Knoth, Thomas Bartoschek, Kati Kraehnert, Melinda Vigh, Myagmartseren Purevtseren, Munkhnaran Sugar, Edzer Pebesma, (2020). Patterns in Mongolian Nomadic Household Movement Derived from GPS Trajectories. Applied Geography.
Please cite this compendium as:
Henning Teickner, Christian Knoth, Thomas Bartoschek, Kati Kraehnert, Melinda Vigh, Myagmartseren Purevtseren, Munkhnaran Sugar, Edzer Pebesma, (2020). Compendium of R code and data for ‘Patterns in Mongolian Nomadic Household Movement Derived from GPS Trajectories’. Accessed 04 Jul 2020. Online at https://github.com/henningte/herdersmovementpatterns.
You can install this compendium as an R package, herdersmovementpatterns, from GitHub with:
remotes::install_github("henningte\herdersmovementpatterns")
You will also have to install the package herdersTA:
remotes::install_github("henningte\herdersTA")
You can reproduce the analyses with:
rmarkdown::render("./analysis/paper/paper.Rmd")
Moreover, herdersmovementpatterns contains a set of functions to compute
movement summary indicators from GPS trajectories preprocessed with
herdersTA. See ?herdersmovementpatterns::mp_si
for a brief overview.
Text and figures : CC-BY-4.0
Code : See the DESCRIPTION file
Data :
-
herdersmovementpattern::d
: CC-0 attribution requested in reuse. -
Shapefile for the Mongolian administrative districts (soums) (data in folder “analysis/data/derived_data”): See https://data.humdata.org/dataset/a9b0a8a6-cb14-448e-b35c-aa5eb51b0557. (Freely available for non-commercial humanitarian use). Source: National Statistical Office of Mongolia.
We welcome contributions from everyone. Before you get started, please see our contributor guidelines. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.