nmaffe / iceboost

A gradient-boosted tree framework to model the ice thickness of the World's glaciers
1 stars 0 forks source link

Slope_at_closest_distance #4

Open nmaffe opened 3 months ago

nmaffe commented 3 months ago

Bonus: add feature slope interpolation at closest point.

nmaffe commented 3 months ago

In create_metadata the lines to to that would be in: closest_point = Point(geoms_coords_array[closest_point_index])

I would need to convert closest_point to lat-lon and add slope calculation method for such point