Open nmaffe opened 3 months ago
Bonus: add feature slope interpolation at closest point.
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
Bonus: add feature slope interpolation at closest point.