Form a group of two-three students. Find your teammate(s) on GitHub Classroom and do the following together:
- Open a SHP file
- Print the attribute names - in TWO different ways
- Print attribute types
- Print the first n features
- Print the total number of features - N - how many records do we have?
- Print the layer type - point, polygon, line - in TWO different ways
- Plot the shp file & projection details
While doing so, investigate how the following git commands operate:
- git branch
- git checkout
- git revert