The GDAL library allows you to read and write both vector and raster data. To install GDAL on Windows, you will need the appropriate binaries:
You can download OSGeo4W, which contains the binaries, at:Â https://trac.osgeo.org/osgeo4w/
When you have the binaries, you can install gdal using conda, as follows:
conda install -c conda-forge gdal
In the following sections, you will learn how to load and work with a .tif file.