Technical requirements
In this chapter, we will use the rasterio
module, which we introduced in Chapter 4, Geospatial Python Toolbox. However, if you’ve installed it using Conda, it may be several versions behind the latest version that we’ll need for this chapter. Regardless of how you installed it, you can ensure you have the latest version by running the following:
pip install rasterio -U
That command will force pip
to upgrade to the latest version from PyPy if your version is older. At that point, you will only be able to manage the package using pip
.
The code files for this chapter are available on GitHub: https://github.com/PacktPublishing/Learning-Geospatial-Analysis-with-Python-Fourth-Edition/tree/main/B19730_09_Asset_Files.