Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAHad to do some digging to identify how to read in the information as a JSON with a little trick then was able to identify some coordinates, had help from community to multiply the Y values by -1, created some coordinate points, used a heat map, and some reporting tools and was able to get a pretty similar solution!
I ended up coming up with multiple ways to do this.
In one case I created a workflow for a single JSON row and ran it with a batch input.
In the other I processed everything at once.
Essentially, I learned that generating any kind of report requires a lot of "Layout" tools with a union and a render.
This is why we have people whose job it is to turn my analysis into reports, right?
Hard stuff here ........
Really hard challenge, drawing the apple is quite tricky, though first time ever used heat map tool. The final reporting is really hard to line up.