gps

GPS data

There are 4 files containing GPS coordinates data in the raw_data/GPS folder of the Dropbox:

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.