-
Notifications
You must be signed in to change notification settings - Fork 0
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
Satellite polygon not processed by pond-reducer.py #32
Comments
pond-reducer.py is now appropriately named pad-reducer.py, and it lives in .../FrackFinder/OH/2010-2013/Pad-Delineator/Processing-Tools/pad-reducer.py |
@Yolandeezy Can you provide an example command that produces the behavior? |
$ ./Data/FrackFinder/OH/2010-2013/Pad-Delineator/Processing-Tools/pad-reducer.py \
Data/FrackFinder/OH/2010-2013/Pad-Delineator/transform/pad_delineations.shp \
Data/FrackFinder/OH/2010-2013/Pad-Delineator/transform/50percent-agreement-test.shp \
--agreement 0.50 I'd recommend a sub folder to drop your test file in, of course, but I can't seem to push the one I created. |
@Yolandeezy I moved |
@Yolandeezy Try again. There was an issue with how the bounding box was being computed. |
On certain sites with multiple polygons, satellite polygons get thrown out by pond-reducer.py despite meeting the cut off for % agreement.
i.e....
In pad_delineator output,
task_id: 30116
has 3 neighboring polygons (two of which are digitized multiple times). The main polygon is digitized 10 times and the larger satellite polygon 7 times. The satellite polygons is not being processed.The text was updated successfully, but these errors were encountered: