From the course: Geospatial Raster Data Analytics in Python

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Prepare real-world raster data

Prepare real-world raster data

- Welcome to the last chapter of this course where we are going to combine everything that we have learned so far. Here we are going to work with multiple real life data sets and learn how to combine them, how to re-project them, how to re-sample them, how to create multiband raster data, and of course how to visualize all of this. Additionally, we will also learn how to conduct various computations and analytical steps on raster data. The goal of this last chapter is to equip you with all the necessary skills to dive into any real life raster data that you may come across. In this chapter, we are going to conduct a series of advanced analytical steps using Germany as an example. To be able to proceed with these analytical steps, first, we need to prepare the country level population grid for Germany. Hence, in this notebook we used the previously introduced techniques to first obtain the vector boundaries of Germany, and then to use that to crop the Euro level population lead…

Contents