Exercise C
In the semester project, you will analyse your own movement data, collected with an app of your choice or the GPS tracker (see Preparation Project). Acquire this data and save it to a subfolder of your current R Project named data
. Follow the instructions provided in the column Collect data in Table 2.1. If you use a GPS logger, bring us your logger, we will extract your data and send it to you.
Now, import your data in the same way you imported the the wild boar data in task 1. Next, start exploring your data, similarly as you did in task 2. At a minimum:
- Import your data as a data frame and convert it to an
sf
object, using the correct CRS information - Convert your data to
CH1903+ LV95
- Make a map of your data using
ggplot2
ortmap
.