Currently, the ElevationProfile class is a little overloaded as it does both:
Computation of the profile from 2 coordinates with topo data, and
Representing the profiles as such.
It should be considered to rename the current ElevationProfile to, e.g. ElevationProfileEngine that does the computation of a profile and use ElevationProfile solely to represent the profile data itself, and plotting, post calculations, etc.
Currently, the ElevationProfile class is a little overloaded as it does both:
It should be considered to rename the current
ElevationProfile
to, e.g.ElevationProfileEngine
that does the computation of a profile and useElevationProfile
solely to represent the profile data itself, and plotting, post calculations, etc.