If you don't have GDAL set up on your system, we reccomend using a conda environment and installing it with `conda install -c conda-forge gdal`. To install as a developer (e.g. to extend the library) clone this repo, install dependencies using `pip install -r requirements.txt` and ...