Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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 #133: US Grand Prix Prelims - NASA Location Analysis

T_Willins
14 - Magnetar
14 - Magnetar

I started this quite awhile ago before I really knew spatial tools.  Used it as practice to make a batch macro (create a table with all values), then never finished the workflow.  Picked it back up again now that I have studied the spatial tools and reworked to the finished solution.  I did get far enough with the macro solution that it would have given the same answer.

 

スポイラ
Workflow 133.JPG

 

Karam
アステロイド

Solution attached.

 

スポイラ
Challenge 133.PNG
SamDesk
ボリード
スポイラ
Annotation 2019-11-07 145207.png
justindavis
ファイアボール
スポイラ
challenge_133_solution_justindavis.PNG
sgrabish1
アステロイド

Thanks for practice exercise!

mbogusz
コメット
スポイラ
2019-11-20 20_30_18-Greenshot.png
KMiller
アステロイド

Solution attached

スポイラ
18-12-2019 17-33-13.png
SueDonim
アステロイド

Good exercise.  Betting there are simpler ways, but I am learning more and more about spatial tools (no pun intended)

 

スポイラ
Process:
- Calculate trade area
- Find Nearest tool to determine how many facilities within 200 miles of each facility
- Rank by facility with greatest FindNearestRank
- Select first record
- Append this facility to all others
- Calculate distance to each facility
- Sort by distance (asc)
- Filter out those more than 200 miles away (results include the target facility as well as the other 4)
- Poly-build tool to build convex hull on Source_Spatial Object


MySolution.PNG
Carlo_SKay
アステロイド
 
riverotoledo_21
アステロイド

My solution!