Introduction
When working with other people's data, it is often not the exact format that you need for a particular use. This chapter is all about taking the data that you do have and converting it to what you actually need. It covers converting between different types of vectors (points, lines, and polygons), between vectors and polygons, and cutting out only the parts that you need. Taking data from how you get it and converting it to the format and layout that you need in order to work with is often called 'data preprocessing'.