LSDtopotools / lsdviztools

Vizualisation (or visualisation, depending on your country) tools for LSDTopoTools and lsdtopytools
MIT License
4 stars 3 forks source link

fix single-digit UTM zone #194

Closed jmdelvecchio closed 1 year ago

jmdelvecchio commented 1 year ago

Uses formatted string e.g. EPSG = f"327{UTMzone:02d}" to ensure leading zero is preserved for single-digit UTM zones. Tested on UTM 6N and works! Note f strings are compatible with Python >= 3.6.