This week we will create geometries, reproject data and do geometric calculations using Geopandas (+ Shapely and pyproj).
-
Exercise 2 is due by 5pm on Thursday the 12th of November 2020 (day before the next practical session).
-
Don't forget to check out the hints for this week's exercise if you're having trouble.
-
Scores on this exercise are out of 20 points.
- Problem 1: Create Polygon from lists of coordinates
- Problem 2: Points to map
- Problem 3: How long distance individuals have travelled?
You can always start working by removing these two lines of comments/code:
# YOUR CODE HERE
raise NotImplementedError()
We are checking your solutions semi-automatically using nbgrader which is a package for creating and grading assingments in Jupyter Notebooks. Please use the suggested variable names when writing your code so that our hidden tests work smoothly :)
Some of the code-cells are "non-editable" which means that you are supposed to run them, but you are not able to edit them. These Non-editable code cells should help you to test your code while you proceed.