Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 773 Bytes

overview.rst

File metadata and controls

24 lines (17 loc) · 773 Bytes

Lesson 2 Overview

In this lesson, we will learn how to read and write spatial data, and how to deal with projections in Python using Geopandas -module and some useful data management functionalities.

  1. Introduction to Geopandas <geopandas-basics>
  2. Managing map projections <projections>
  3. Exercise 2: Working with geometric objects <ex-2>
  4. Exercise 2 hints <exercise-2-hints>

Learning goals

After this lesson, you should know how to:

  • Read and write data from/to Shapefile
  • Create geometries into GeoDataFrame
  • Change the coordinate reference system of the data

Sources

These materials are partly based on Geopandas documentation.