Hi, What is the proper Python syntax for SetUnitType("m") for Terragen ? >>> type(dst_ds)<class 'osgeo.gdal.Dataset'> The dataset (Terragen) exists, and (I think) in order for the MIN/MAXUSERPIXELVALUESto make sense it seems you'd have to SetUnitType() prior to WritingArrayin the same way you'd establish SetGeoTransform() etc before WriteArray. dst_ds.SetGeoTransform ~
Thank you for you assistance.chris _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev