-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: Landsat 5 images are all being filtered out #200
Comments
So I figured out why all the LandSat 5 imagery was getting filtered out. The algorithm I used was filtering them out because they exceeded the max size.
The landsat 5 imagery should be about 167 pixels x 167 pixels to have an area of 25km^2. I checked both the RGB and the I'm going to dig into the |
A simple solution to this issue would be to remove the max image size filter altogether, but I want to determine the root cause of this size discrepancy between the pixel area of the image and the actual area of the image in meters. |
Figured it out:
|
New Code
|
Closed in coastseg 1.1.15 |
Bug Report
Description
There is a bug with the image filtering system in the repository that is causing Landsat 5 imagery to be filtered out incorrectly. The current behavior is that all Landsat 5 imagery is being filtered out as bad, regardless of its size. The expected behavior should be to only filter out Landsat 5 imagery as bad if the area of the image does not match the expected ROI area.
Additionally, there is a suspicion that the cloud threshold filter may be broken, as images that are completely covered in clouds are making it past the filter. It is also possible that this is related to a known glitch with Google Earth Engine, but it's worth investigating.
Tasks
Steps to Reproduce
To recreate the issue, please follow these steps using the provided config files:
Expected Behavior
The image filtering system should only flag Landsat 5 imagery as bad if the area of the image does not match the expected ROI area.
Actual Behavior
All Landsat 5 imagery is being filtered out as bad, regardless of its size.
Config Files
Attach or provide links to the relevant configuration files that can help in reproducing the bug.
ROI2.zip
island_ROI1.zip
The text was updated successfully, but these errors were encountered: