Bulk GeoTIFF Exporter
← back to projects

Bulk GeoTIFF Exporter

Python / arcpy July 2023

Overview

I was working on a project in 2023 that required multiple GeoTIFFs of small areas to be exported from ArcGIS Pro. Oddly, this is not something ArcGIS Pro has built in. So I wrote some code using ESRI's arcpy Python library.

This is a simple Python notebook to run in ArcGIS Pro. It allows you to batch export all rasters in a geodatabase as individual GeoTIFF images. You don't need it until you need it.

Links & Resources