Open akkolwalkar opened 4 years ago
I have a dataframe which I want to reduce the number of points of every feature,
This is my dataframe
Shape is 793,3 before rdp
After using RDP [ 8.35311112, 1.62522615, 20.94313392], [ 2.93469946, 4.01301524, 26.17098815], [ 5.70303988, 4.01301524, 31.32809134], ...,
Shape is 793,3 after rdp no change in output
The simplify_coords function did not work for me (see #11 ) but I found simpify_coords_vw returned the same number of points as were passed to it, regardless of how much I varied the second parameter.
simplify_coords
simpify_coords_vw
I have a dataframe which I want to reduce the number of points of every feature,
This is my dataframe
Shape is 793,3 before rdp
After using RDP [ 8.35311112, 1.62522615, 20.94313392], [ 2.93469946, 4.01301524, 26.17098815], [ 5.70303988, 4.01301524, 31.32809134], ...,
Shape is 793,3 after rdp no change in output