tkrajina / srtm.py

Geo elevation data parser for "The Shuttle Radar Topography Mission" data
Apache License 2.0
245 stars 57 forks source link

smoothed elevations result in unnecessarily many decimal places #55

Open philipphutterer opened 2 years ago

philipphutterer commented 2 years ago

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.