Shoreline Filtering #132
dbuscombe-usgs
started this conversation in
General
Replies: 3 comments
-
I tried to do a k means clustering but couldn't get it to work. The approach I used was to interpolate each Shoreline to a common axis, then take the difference of that shoreline with respect to the reference shoreline. I then tried to do kmeans with and without vector whitening, and the clusters it gave me weren't useful. Maybe a different approach? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A space to discuss implementation of shoreline filtering
From @2320sharon:
additional filters we could add and here are some ideas I have based on what you all have said + my own research/inspiration.
Adding that single filter made a massive difference on my truc vert site along with using the 4 class model. I also increased the length of the minimum shoreline as well as had the the percent bad pixels allowed at 14%.
Extracting Shorelines seems to consistently fail on L7 imagery so these settings filter them out.
One thing we need to emphasize is the importance of using the minimum shoreline length filter and the percent no data filter since these two make a big difference in the quality of the extracted shorelines
Beta Was this translation helpful? Give feedback.
All reactions