I would like to calculate the surface slope of a glacier in the Swiss alps.
In ArcGIS Pro this can be done using the Add Surface Information Tool. The output is a data table with the slope for each line segment (line is segmented in equal elevation differences, not equal length).
As I want my work to be accessible for all, I want to perform the same analysis in QGIS. So far I used the qProf tool. However, as I understand it qProf is splitting the line into segments of equal length and not into segments of equal elevation differences.
Is there any other method, or tool to perform the analysis? So far I only found solutions for segments of equal lengths.
I am using a layer with a line feature for the glacier centerlines and a DEM raster.
The output I want to create is a topographic profile along the glacier centerlines (see first picture)

slopetool and then intersect this vector layer with your lines? – Erik Apr 13 '22 at 09:40profile toolplugin. – Erik Apr 13 '22 at 11:08