srtm.py
srtm.py copied to clipboard
smoothed elevations result in unnecessarily many decimal places
Executing add_elevations(gpx, smooth=True) results in default python float values here. In my opinion this is unnecessary and makes the resulting xml file bigger than it might need to be (~10%).
I suggest rounding to at most one decimal place.