Technical requirements
We will need to install several libraries, which you can install with pip
:
- The
SRTM
elevation library:pip install SRTM.py
- The
pygooglecharts
library:pip install pygooglecharts
- The
meteostat
weather library:pip install meteostat
- The
fpdf
library to create PDFs:pip install fpdf
The code files for this chapter are on GitHub: https://github.com/PacktPublishing/Learning-Geospatial-Analysis-with-Python-Fourth-Edition/tree/main/B19730_11_Asset_Files.