Passing different output projections to ODM, eg a `–proj` flag?

Note, when I bring these tifs into QGIS, I get this warning:

Coordinate Reference System (CRS)
Name EPSG:32615 - WGS 84 / UTM zone 15N
Units meters
Type Projected
Method Universal Transverse Mercator (UTM)
Celestial Body Earth
Accuracy Based on World Geodetic System 1984 ensemble (EPSG:6326), which has a limited accuracy of at best 2 meters.
Reference Dynamic (relies on a datum which is not plate-fixed)

I’ve just started building a pipeline and will try and use gdal to do the conversions as follows (https://gdal.org/en/latest/api/python/utilities.html):

  1. Convert from UTM to local County coordinate system via osgeo.gdal.Translate
  2. Scale meters to feet via osgeo.gdal.Warp

Is it advisable to make a separate stage using gdal dependency? It looks li there’s a simple API to hook into. The difficulty with gdal is mostly getting the library to compile and while it’s available in linux, I’ve never used any windows stuff: Download — GDAL documentation