There are 4 files containing GPS coordinates data in the raw_data/GPS
folder of the Dropbox:
Old Machine 2012-2015.xlsthat contains data collected by the IPL staff using the old GPS device;New Machine2015-2018.xlsthat contains data collected by the IPL staff using the new GPS device;Shared with app.xlsthat contains data sent by patients through WhatsApp;IPL Server.xlsxthat contains data sent by patients or volunteers from the municipality, using the web application developped by IPL.
The data cleaned by this
pipeline, are saved to
the
data/pacs.csv
CSV file that can be copied and paste to a text file on your computer or
downloaded directly from R into a data
frame:
> if (! "readr" %in% rownames(installed.packages())) install.packages("readr")
> pacs <- readr::read_csv("https://raw.githubusercontent.com/ecomore2/gps/master/data/gps.csv", col_types = "icdd")This summary provides a real-time overview of the current state of the PACS data set, highlighting problems that remain to be fixed.