Day 1 (11 Feb.)
- Maps with R's base package
- Download the csv files SanSanRiver1 through 8
- load them into R
- graph each segments of river on map of Panama
- Use the GPS Visualizer tool
- create and download a polygon of your own design from Panama
- make a map of the downloaded polygon overlaid on Panama
- Download the csv files SanSanRiver1 through 8
Day 2 (12 Feb.)
- Reading a shape file
- Download a shape file with protected areas in Panama
- Read the shape file into R
- Overlay a map on country borders
- Convert coordinates of one protected area to UTM then find its area
- Search online for shape files relating to Panama or other region you are interested in, and open them in R (cities, rivers?)
Day 3 (13 Feb.)