jgliss / geonum

Python toolbox for 3D geo-numerical calculations
GNU General Public License v3.0
6 stars 3 forks source link

Split ElevationProfile into 2 classes #21

Open jgliss opened 3 years ago

jgliss commented 3 years ago

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 use ElevationProfile solely to represent the profile data itself, and plotting, post calculations, etc.