Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 272 Bytes

readme.md

File metadata and controls

7 lines (4 loc) · 272 Bytes

tiff_to_pandas

Description

Python function to convert a .tiff file to a pandas dataframe using gdal. Was adapted from a Stack Overflow post that I unfortunately lost the reference to.

Tested on Windows 11 with python==3.12.9, pandas==2.2.3 and gdal==3.6.2