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 the `Geopandas `_ -module and some useful data management functionalities. 1. :doc:`Git Version Control Basics ` 2. :doc:`Working with an IDE (Spyder) ` 3. :doc:`Introduction to Geopandas ` 4. :doc:`Managing map projections ` 5. :doc:`Exercise 2: Working with geometric objects ` 6. :doc:`Exercise 2 hints ` .. comment 7. :doc:`More Git hints for the interested reader ` Learning goals -------------- After this lesson, you should know how to: - use basic Git commands - Read and write data from/to Shapefile - Create geometries into GeoDataFrame - Change the coordinate reference system of the data Sources ------- The Git lessons are based on materials from `The Carpentries - Software Carpentry Foundation `_ These materials are partly based on `Geopandas documentation `_. The lesson reuses materials from Henrikki Tenkanen from the University of Helsinki, under CC-BY-SA from `from AutoGIS GitHub repository `_.