Skip to content

AutoGIS-2021/exercise-2

Repository files navigation

Exercise 2

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 18th of November 2021 (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.

Sections

Solution cells and test cells

Solution code cells

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 :)

Non-editable code cells

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages