Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #220: Hedge Detection

VizChic
11 - Bolide

great to see you're still challenged by something in Alteryx! 

jatterberry
7 - Meteor
Spoiler
jatterberry_0-1592581398910.png

 

huynv96
9 - Comet

Very intersting challenge, thanks

Spoiler
Capture.PNG
hshandilya
7 - Meteor

Yesterday, i didn't know what about spatial objects..so i spent Saturday learning about those. 

 

For this challenge....broken the problem into 3 parts- Fields Calculation, Farm calculations and Hedge length calculations and was able to solve.

 

 

mbogusz
9 - Comet
Spoiler
2020-06-20 16_22_24-Greenshot.png
mattreynolds
9 - Comet
Spoiler
Was looking for a good heuristic to identify the perimeter points. Convex hull was too strict of an assumption, and a few points at concave angles fell out. Ultimately I ran out of time, so this solution assumes an analyst's input which I've limited to a sorted list of points in each field boundary. Probably could have also gotten creative with some cv algorithms on the base map, but...possibly for another weekend. Looking forward to seeing the different approaches here!
Tberney
8 - Asteroid

Hi, Matt. I went down the same rabbit hole you did, but I suggest you not waste another weekend :-).

 

I could be wrong, but in the absence of some additional info (at least, how may fields there are) any algo that we came up with would only get the right answer out of pure chance. In the absence of the map provided with the solution, why should we assume the fields are mostly rectangular, instead of bisected into triangles? Or mostly the same size, instead of a few big ones and lots of small ones? Or that every possible pair of points provided is connected by a hedge? It seems to me that the problem as stated forced us into providing some input (text or file) defining the fextent of each field.

 

Liked your thoughts, though. Please let me know if you do come up with something bett

 

TMB

 

KBWellington
5 - Atom

Had a go at this one not realizing that it was classed as Advanced - I created a separate Excel spreadsheet with a sequence of points as I couldn't see another way of generating the poly-lines and polygons so will check other solutions with interest - it was my first go using the geo-spacial tools so was pleased I got an answer even though it may not be the right one

ianjonna
6 - Meteoroid

I spent too long on this but didnt quite get there.

 

Try harder next time !!!!!!!!!

gurpe974
7 - Meteor

As a beginner with spatial analytics I had to cheat with the solution a couple times (specially for the inner fence length). Still, the exercise helped me learn some new Spatial tools and practice some of the concepts learned in the ADAPT Spatial Analytics Introduction Tutorial. Hopefully, I won't need help for the next challenge that involves spatial tools 😉