Skip to content

Automating-GIS-processes-II-2023/Exercise-1

Repository files navigation

Exercise 1: Working with Geometric Objects

This week we will practice how to create geometric objects using shapely in Python.

In this exercise, you will also need to apply your skills from the Geo-Python course. In the first set of problems (1-2) you will define your own functions for handling geometric objects. In the second set of problems (3-4), you will read in data from a file using pandas and create geometries based on coordinate information in the input data.

  • Exercise 1 is due by Thursday, 9 November 2023, 3 pm.

  • Don’t forget to check out the hints for this week’s exercise

  • Scores on this exercise are out of 20 points.

Notes

Solution code cells

You can always start working by removing this line of comment:

# ADD YOUR CODE HERE

We are checking your solutions semi-automatically. Please use the suggested variable names when writing your code.

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 test your code while you proceed.

Immediate feedback

Whenever you push and submit your work, an automated process will check your submission and tell you how many points you have achieved, so far. The feedback includes a list of possible improvements (unless there is nothing to improve on anymore, of course ;) ).

You can find this feedback in the ‘Pull Request’ that has been automatically opened when you accepted the GitHub classroom assignment.

Start working

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published