Technical requirements
In addition to the requirements of the previous chapter, this chapter will require installing the Python laspy
module. It is not available through the conda
package manager, so run the following command:
pip install laspy
We will also be using a module called voronoi
, which you can download from the asset files for this chapter on GitHub and place in your working directory for this chapter: https://github.com/PacktPublishing/Learning-Geospatial-Analysis-with-Python-Fourth-Edition/raw/main/B19730_08_Asset_Files/voronoi.py. The other code files are available at https://github.com/PacktPublishing/Learning-Geospatial-Analysis-with-Python-Fourth-Edition/tree/main/B19730_08_Asset_Files.